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

Retrieves child nodes when the provided data is flat.

Definition

Package:@progress/kendo-angular-dropdowns

Selector:[kendoDropDownTreeFlatBinding]

Syntax:

html
<kendo-dropdowntree kendoDropDownTreeFlatBinding [nodes]="data" [valueField]="'id'"></kendo-dropdowntree>

Inputs

filterSettings

TreeViewFilterSettings

The settings which are applied when performing a filter on the component's data.

Sets the nodes to display in the DropDownTree.

Specifies the field name that contains the parent node identifier.

Sets the unique field that identifies a node.