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

HierarchyBindingDirective

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.

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

Selector

[kendoTreeListHierarchyBinding]

Export Name

Accessible in templates as #kendoHierarchyBindingInstance="kendoTreeListHierarchyBinding"

Inputs

NameTypeDefaultDescription

aggregate

any

Sets the descriptor that aggregates the data.

childrenField

string

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

kendoTreeListHierarchyBinding

any[]

Sets the array of data that populates the TreeList.

filter

CompositeFilterDescriptor

Sets the descriptor that filters the data.

sort

SortDescriptor[]

Sets the descriptors that sort the data.

Methods

rebind

Clears the directive cache and reloads the component data.

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