DataStateChangeEventArgs

23 Sep 20251 minute to read

Custom data service event types

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

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

requiresCounts boolean

If count is set true, then the remote service needs to return records and count

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