New to Kendo UI for AngularStart a free 30-day trial

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).

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridBinding]

Export Name:Accessible in templates as #kendoGridBindingInstance="kendoGridBinding"

Syntax:

html
<kendo-grid [kendoGridBinding]="gridData"></kendo-grid>

Inputs

Sets the filter descriptor for the Grid data.

group

GroupDescriptor[]

Sets the group descriptors for the Grid data.

Sets the data array for the Grid.

pageSize

number

Sets the page size for the Grid pager.

skip

number

Sets the number of records to skip in the Grid.

Default:

0

sort

SortDescriptor[]

Sets the sort descriptors for the Grid data.

Methods

Notifies the Grid that its data has changed.