New to Kendo UI for Angular? Start a free 30-day trial
SelectableDirective
A directive which handles the selectionChange
event of the Gantt
(see example)
Selector
[kendoGanttSelectable]
Export Name
Accessible in templates as #kendoSelectableInstance="kendoGanttSelectable"
Inputs
Name | Type | Default | Description |
---|---|---|---|
itemKey |
|
The field name or a function that specifies the data item unique key identifier.
By default, the string field | |
selectedKeys |
|
Sets the selected keys. |
Events
Name | Type | Description |
---|---|---|
selectedKeysChange |
|
Fires when the selected keys are changed. |