New to Kendo UI for Angular? Start a free 30-day trial
SelectableDirective
Handles the selectionChange
event of the Gantt component.
(See example).
html
<kendo-gantt kendoGanttSelectable [(selectedKeys)]="selectedKeys"></kendo-gantt>
Selector
[kendoGanttSelectable]
Export Name
Accessible in templates as #kendoSelectableInstance="kendoGanttSelectable"
Inputs
Name | Type | Default | Description |
---|---|---|---|
itemKey |
|
Sets the field name or function that identifies the unique key for a data item.
Uses the string field | |
selectedKeys |
|
Sets the selected keys. |
Events
Name | Type | Description |
---|---|---|
selectedKeysChange |
|
Emits when the selected keys change. |