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

NameTypeDefaultDescription

kendoGridBinding

any[]

The array of data which will be used to populate the Grid.

filter

CompositeFilterDescriptor

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

0

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.

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