New to Kendo UI for AngularStart a free 30-day trial

Represents a directive which manages the disabled in-memory state of the TreeView node (see example).

Definition

Package:@progress/kendo-angular-treeview

Selector:[kendoTreeViewDisable]

Syntax:

html
<kendo-treeview
     [nodes]="data"
     textField="text"
     [hasChildren]="hasChildren"
     [children]="fetchChildren"
     kendoTreeViewDisable
     [disabledKeys]="disabledKeys">
 </kendo-treeview>

Inputs

Defines the collection that will store the disabled keys.

Default:

[]

kendoTreeViewDisable

string | (context: TreeItem) => any

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

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