New to Kendo UI for Angular? Start a free 30-day trial
ExpandDetailsDirective
A directive which controls the expanded state of the master detail rows. (see example)
Selector
[kendoGridExpandDetailsBy]
Export Name
Accessible in templates as #kendoExpandDetailsInstance="kendoGridExpandDetailsBy"
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoGridExpandDetailsBy |
|
Defines the item key that will be stored in the | |
expandedDetailKeys |
|
Defines the collection that will store the expanded keys. | |
initiallyExpanded |
|
|
Specifies if the items should be initially expanded.
When set to |
Events
Name | Type | Description |
---|---|---|
expandedDetailKeysChange |
|
Fires when the expandedDetailKeys are changed. |