New to Kendo UI for Angular? Start a free 30-day trial
ExpandGroupDirective
Controls the expanded state of group rows in the Grid. Use this directive to manage which group rows are expanded or collapsed (see example).
typescript
<kendo-grid [kendoGridExpandGroupBy]="expandGroupBy" [expandedGroupKeys]="expandedGroupKeys"></kendo-grid>
Selector
[kendoGridExpandGroupBy]
Export Name
Accessible in templates as #kendoExpandGroupInstance="kendoGridExpandGroupBy"
Inputs
Name | Type | Default | Description |
---|---|---|---|
expandedGroupKeys |
|
Holds the collection of expanded group keys. Set this property to control which group rows are expanded. | |
kendoGridExpandGroupBy |
|
Sets the item format stored in the | |
groupsInitiallyExpanded |
|
|
Specifies if group items are expanded by default. |
Events
Name | Type | Description |
---|---|---|
expandedGroupKeysChange |
|
Fires when the |