New to Kendo UI for Angular? Start a free 30-day trial
SelectDirective
Manages the in-memory selection state of TreeView nodes (see example).
html
<kendo-treeview
   ...
   kendoTreeViewSelectable
   selectBy="id"
   [(selectedKeys)]="selectedKeys"
>
</kendo-treeview>
Selector
[kendoTreeViewSelectable]
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
selectedKeys | 
 | 
 Defines the collection that stores the selected keys (see example).  | |
kendoTreeViewSelectable | 
 | 
 Sets the current selection mode (see example).  | |
selectBy | 
 | 
 Sets the item key stored in the   | 
Events
| Name | Type | Description | 
|---|---|---|
selectedKeysChange | 
 | 
 Emits when the   |