New to Kendo UI for Angular? Start a free 30-day trial
DropDownTreeHierarchyBindingDirective
Retrieves child nodes when the provided data is hierarchical.
html
<kendo-dropdowntree kendoDropDownTreeHierarchyBinding [nodes]="data" [valueField]="'id'"></kendo-dropdowntree>
Selector
[kendoDropDownTreeHierarchyBinding]
Inputs
Name | Type | Default | Description |
---|---|---|---|
childrenField |
|
Specifies the field name of the parent node that holds the child data items. | |
filterSettings |
|
The settings which are applied when performing a filter on the component's data. | |
kendoDropDownTreeHierarchyBinding |
|
Sets the nodes to display in the DropDownTree. |