New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

disabledKeys

any[]

Defines the collection that will store the disabled keys.

kendoTreeViewDisable

string | (context: TreeItem) => any

Defines the item key that will be stored in the disabledKeys collection.

In this article
SelectorInputs
Not finding the help you need?
Contact Support