DataStateChangeEvent
Interface
Provides the arguments for the dataStateChange event
(more information and examples).
Definition
Package:@progress/kendo-angular-grid
Properties
filter?
CompositeFilterDescriptor
Defines the filter descriptor for filtering the data.
group?
GroupDescriptor[]
Defines the group descriptors for grouping the data.
skip
number
Sets how many records to skip.
sort?
SortDescriptor[]
Defines the sort descriptors for sorting the data.
take
number
Sets how many records to take.