New to Kendo UI for Angular? Start a free 30-day trial
DropDownTreeFlatBindingDirective
A directive which encapsulates the retrieval of the child nodes when flat data is provided.
Selector
[kendoDropDownTreeFlatBinding]
Inputs
Name | Type | Default | Description |
---|---|---|---|
filterSettings |
|
The settings which are applied when performing a filter on the component's data. | |
valueField |
|
Represents the unique field which identifies a node. | |
kendoDropDownTreeFlatBinding |
|
The nodes which will be displayed by the DropDownTree. | |
parentIdField |
|
Represents the parent field whose value will be matched with the parent node. |