New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

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

NameTypeDescription

selectedKeysChange

EventEmitter<any[]>

Emits when the selected keys change.

In this article
SelectorExport NameInputsEvents
Not finding the help you need?
Contact Support