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

NameTypeDefaultDescription

itemKey

string | (dataItem: any) => any

The field name or a function that specifies the data item unique key identifier. By default, the string field id is used.

selectedKeys

any[]

Sets the selected keys.

Events

NameTypeDescription

selectedKeysChange

EventEmitter<any[]>

Fires when the selected keys are changed.

In this article

Not finding the help you need?