New to Kendo UI for Angular? Start a free 30-day trial
GridState
The state of the grid component.
It includes the current State
, data, and columns state.
Name | Type | Default | Description |
---|---|---|---|
columnsState? |
| ||
currentData? |
| ||
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. |