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

Sets the page size for the Grid pager.

skip

number

0

Sets the number of records to skip in the Grid.

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.

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