New to Kendo UI for Angular? Start a free 30-day trial
DisableDirective
Represents a directive which manages the disabled in-memory state of the TreeView node (see example).
html
<kendo-treeview
[nodes]="data"
textField="text"
[hasChildren]="hasChildren"
[children]="fetchChildren"
kendoTreeViewDisable
[disabledKeys]="disabledKeys">
</kendo-treeview>
Selector
[kendoTreeViewDisable]
Inputs
Name | Type | Default | Description |
---|---|---|---|
disabledKeys |
|
Defines the collection that will store the disabled keys. | |
kendoTreeViewDisable |
|
Defines the item key that will be stored in the |