New to Kendo UI for AngularStart a free 30-day trial

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.

Sets the selected keys.

Events

Emits when the selected keys change.