DataBindingDirective
A directive which encapsulates the in-memory handling of data operations such as paging, sorting, and grouping (more information and examples).
Selector
[kendoGridBinding]
Inputs
kendoGridBinding
any[]
The array of data which will be used to populate the Grid.
filter
Defines the descriptor by which the data will be filtered.
group
GroupDescriptor[]
The descriptors by which the data will be grouped.
pageSize
number
Defines the page size used by the Grid pager.
skip
number
Defines the number of records that will be skipped by the pager.
sort
SortDescriptor[]
Defines the descriptors by which the data will be sorted.
Methods
notifyDataChange
Notifies the Grid that its data has changed.