New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

kendoGridBinding

any[]

Sets the data array for the Grid.

filter

CompositeFilterDescriptor

Sets the filter descriptor for the Grid data.

group

GroupDescriptor[]

Sets the group descriptors for the Grid data.

pageSize

number

Sets the page size for the Grid pager.

skip

number

0

Sets the number of records to skip in the Grid.

sort

SortDescriptor[]

Sets the sort descriptors for the Grid data.

Methods

notifyDataChange

Notifies the Grid that its data has changed.

In this article
SelectorExport NameInputsMethods
Not finding the help you need?
Contact Support