New to Kendo UI for Angular? Start a free 30-day trial

SelectableDirective

A directive which controls the selection state. See example.

Selector

[kendoTreeListSelectable]

Export Name

Accessible in templates as #kendoSelectableInstance="kendoTreeListSelectable"

Inputs

NameTypeDefaultDescription

columnKey

string | (column: any, columnIndex: number) => any

The field name or a function that specify the columns key.

itemKey

string | (dataItem: any) => any

The field name or a function that specify the dataItems key.

selectedItems

SelectionItem[]

Specifies the selected items.

Events

NameTypeDescription

selectedItemsChange

EventEmitter<SelectionItem[]>

Fires when the selected items are changed.

In this article

Not finding the help you need?