New to Kendo UI for Angular? Start a free 30-day trial
DropDownTreeFlatBindingDirective
Updated on Nov 4, 2025
Retrieves child nodes when the provided data is flat.
html
<kendo-dropdowntree kendoDropDownTreeFlatBinding [nodes]="data" [valueField]="'id'"></kendo-dropdowntree>
Selector
[kendoDropDownTreeFlatBinding]
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
filterSettings | 
 | 
 The settings which are applied when performing a filter on the component's data.  | |
valueField | 
 | 
 Sets the unique field that identifies a node.  | |
kendoDropDownTreeFlatBinding | 
 | 
 Sets the nodes to display in the DropDownTree.  | |
parentIdField | 
 | 
 Specifies the field name that contains the parent node identifier.  |