New to Kendo UI for Angular? Start a free 30-day trial
DataBindingDirective
A directive which encapsulates the in-memory handling of data operations such as paging, sorting, and grouping (more information and examples).
html
<kendo-grid [kendoGridBinding]="gridData" ...></kendo-grid>
Selector
[kendoGridBinding]
Export Name
Accessible in templates as #kendoDataBindingInstance="kendoGridBinding"
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoGridBinding |
|
The array of data which will be used to populate the Grid. | |
filter |
|
Defines the descriptor by which the data will be filtered. | |
group |
|
The descriptors by which the data will be grouped. | |
pageSize |
|
Defines the page size used by the Grid pager. | |
skip |
|
|
Defines the number of records that will be skipped by the pager. |
sort |
|
Defines the descriptors by which the data will be sorted. |
Methods
notifyDataChange |
---|
Notifies the Grid that its data has changed. |