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

Represents the Kendo UI for Angular TreeList hierarchy binding directive. Use this directive to bind the TreeList to a tree of objects using a field that holds child data items. Handles in-memory data operations sorting, aggregation and filtering. More information and examples.

Definition

Package:@progress/kendo-angular-treelist

Selector:[kendoTreeListHierarchyBinding]

Export Name:Accessible in templates as #kendoTreeListHierarchyBindingInstance="kendoTreeListHierarchyBinding"

Syntax:

html
<kendo-treelist [kendoTreeListHierarchyBinding]="data" [children]="childrenField"></kendo-treelist>

Inputs

Sets the descriptor that aggregates the data.

Sets the name of the field that holds the child data items of the node.

Sets the descriptor that filters the data.

Sets the array of data that populates the TreeList.

sort

SortDescriptor[]

Sets the descriptors that sort the data.

Methods

Clears the directive cache and reloads the component data.