DataStateChangeEventArgs
10 Oct 20251 minute to read
Properties
action PageEventArgs|GroupEventArgs|FilterEventArgs|SearchEventArgs|SortEventArgs|LazyLoadGroupArgs
Defines the grid action details performed by paging, grouping, filtering, searching, sorting
aggregates Object[]
Defines the aggregates object
cancel boolean
Cancel the row expanding action
childData ITreeData[]
Defines the child records for the respective parent row
childDataBind Function
Defines the resolve function for the promise.
data Object
Defines the parent row data.
dataSource Function
Defines the checkbox filter dataSource
group string[]
Defines the grouped field names
isLazyLoad boolean
defines the lazy load group
onDemandGroupInfo boolean
defines the lazy load group expand action
requestType string
Defines the expand or collapse request for the parent record.
requiresCounts boolean
If count is set true, then the remote service needs to return records and count
row HTMLTableRowElement
Defines the parent row element.
search SearchSettingsModel[]
Defines the search criteria
select string[]
Defines the selected field names
skip number
Defines the skip count in datasource record
sorted Sorts[]
Defines the sorted field and direction
table string
Defines the remote table name
take number
Defines the page size
where Predicate[]
Defines the filter criteria