SelectableDirective
Directive
Handles the selectionChange event of the Gantt component.
(See example).
Definition
Package:@progress/kendo-angular-gantt
Selector:[kendoGanttSelectable]
Export Name:Accessible in templates as #kendoGanttSelectableInstance="kendoGanttSelectable"
Syntax:
html
<kendo-gantt kendoGanttSelectable [(selectedKeys)]="selectedKeys"></kendo-gantt>
Inputs
itemKey
string | (dataItem: any) => any
Sets the field name or function that identifies the unique key for a data item.
Uses the string field id by default.
selectedKeys
any[]
Sets the selected keys.
Events
selectedKeysChange
EventEmitter<any[]>
Emits when the selected keys change.