grid-pro.gridprogenesisdatasource
Home > @genesislcap/grid-pro > GridProGenesisDatasource
GridProGenesisDatasource class
The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.
Signature:
export declare class GridProGenesisDatasource extends GridProGenesisDatasource_base
Extends: GridProGenesisDatasource_base
Remarks
Only supports Client-Side Row Model.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string | |||
|
string | |||
|
boolean |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Deinitialises the datasource, resetting it to its initial state. | ||
|
Destroys the datasource, resetting it to its initial state. | ||
|
Handles stream deletes by removing records from the grid. | ||
|
Initializes the datasource. | ||
|
Force the grid to redispatch the current rows | ||
|
Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream. Loads resource data without full initialization (no metadata fetch). | ||
|
Resets the datasource to its initial state. | ||
|
Restarts the datasource, uses | ||