New to Kendo UI for Angular? Start a free 30-day trial
GridState
Describes the state of the Grid component.
Includes the current State, data, and columns state.
| Name | Type | Default | Description | 
|---|---|---|---|
| columnsState? | 
 | The state of all columns in the Grid. | |
| currentData? | 
 | The current data in the Grid. | |
| filter? | 
 | The descriptors used for filtering. | |
| group? | 
 | The descriptors used for grouping. | |
| skip? | 
 | The number of records to be skipped by the pager. | |
| sort? | 
 | The descriptors used for sorting. | |
| take? | 
 | The number of records to take. |