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

ExpandGroupDirective

A directive which controls the expanded state of the group rows (see example).

Selector

[kendoGridExpandGroupBy]

Export Name

Accessible in templates as #kendoExpandGroupInstance="kendoGridExpandGroupBy"

Inputs

NameTypeDefaultDescription

expandedGroupKeys

any[]

Defines the collection that will store the expanded group keys.

kendoGridExpandGroupBy

string | (group: GroupRowArgs) => any

Defines the item format that will be stored in the expandedGroupKeys (see example).

groupsInitiallyExpanded

boolean

false

Specifies if the group items should be initially expanded.

Events

NameTypeDescription

expandedGroupKeysChange

EventEmitter<any[]>

Fires when the expandedGroupKeys are changed.

In this article

Not finding the help you need?