New to Kendo UI for Angular? Start a free 30-day trial
DataBindingDirective
A directive that handles in-memory data operations like paging, sorting, and grouping.
Use this directive with local data and enable the Grid data operations with minimal configuration. (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 |
|
Sets the data array for the Grid. | |
filter |
|
Sets the filter descriptor for the Grid data. | |
group |
|
Sets the group descriptors for the Grid data. | |
pageSize |
|
Sets the page size for the Grid pager. | |
skip |
|
|
Sets the number of records to skip in the Grid. |
sort |
|
Sets the sort descriptors for the Grid data. |
Methods
notifyDataChange |
---|
Notifies the Grid that its data has changed. |