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
Name | Type | Default | Description |
---|---|---|---|
filter |
|
Defines the descriptor by which the data will be filtered. | |
group |
|
Defines the descriptors by which the data will be grouped. | |
kendoGridGroupBinding |
|
The array of data which will be used to populate the Grid. | |
pageSize |
|
Defines the page size used by the Grid pager. | |
skip |
|
|
Defines the number of records that will be skipped by the pager. |
sort |
|
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. |