New to Kendo UI for Angular? Start a free 30-day trial

GroupBindingDirective

A directive which encapsulates the in-memory handling of grouping with virtual scrolling.

Selector

[kendoGridGroupBinding]

Export Name

Accessible in templates as #kendoGroupBindingInstance="kendoGridGroupBinding"

Inputs

NameTypeDefaultDescription

filter

CompositeFilterDescriptor

Defines the descriptor by which the data will be filtered.

group

GroupDescriptor[]

Defines the descriptors by which the data will be grouped.

kendoGridGroupBinding

any[]

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

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

collapseAll

Collapses all expanded root level groups.

expandAll

Expands all expanded root level groups.

notifyDataChange

Notifies the Grid that its data has changed.