MultiSelectTreeFlatBindingDirective
Directive
Retrieves child nodes when the provided data is flat for the MultiSelectTree.
Definition
Package:@progress/kendo-angular-dropdowns
Selector:[kendoMultiSelectTreeFlatBinding]
Syntax:
html
<kendo-multiselecttree kendoMultiSelectTreeFlatBinding [nodes]="data" [valueField]="'id'"></kendo-multiselecttree>
Inputs
filterSettings
TreeViewFilterSettings
The settings which are applied when performing a filter on the component's data.
Sets the nodes to display in the MultiSelectTree.
parentIdField
string
Specifies the field name that contains the parent node identifier.
valueField
string
Sets the unique field that identifies a node.