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

FlatBindingDirective

Represents the Kendo for Angular UI TreeList flat binding directive. Use this directive to bind the TreeList to a flat array of objects using idField and parentIdField to define the hierarchy. Handles in-memory data operations sorting, aggregation and filtering. More information and examples.

Selector

[kendoTreeListFlatBinding]

Export Name

Accessible in templates as #kendoFlatBindingInstance="kendoTreeListFlatBinding"

Inputs

NameTypeDefaultDescription

aggregate

any

Sets the descriptor that aggregates the data.

kendoTreeListFlatBinding

any[]

Sets the array of data that populates the TreeList.

filter

CompositeFilterDescriptor

Sets the descriptor that filters the data.

idField

string

Sets the name of the field that contains the unique identifier of the node.

parentIdField

string

Sets the name of the field that contains the identifier of the parent node.

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