SelectDirective
Directive
Manages the in-memory selection state of TreeView nodes (see example).
Definition
Package:@progress/kendo-angular-treeview
Selector:[kendoTreeViewSelectable]
Syntax:
html
<kendo-treeview
...
kendoTreeViewSelectable
selectBy="id"
[(selectedKeys)]="selectedKeys"
>
</kendo-treeview>
Inputs
kendoTreeViewSelectable
string | boolean | SelectableSettings
Sets the current selection mode (see example).
selectedKeys
any[]
Defines the collection that stores the selected keys (see example).
Events
selectedKeysChange
EventEmitter<any[]>
Emits when the selectedKeys collection updates.