Hello,
I would like to be able to disable parent node only in the MultiSelectTree component.
This functionality is already present in the TreeView: https://www.telerik.com/kendo-angular-ui/components/treeview/api/TreeViewComponent/#toc-inputs
It would also be beneficial in the long term to align the options between the MultiSelectTree and TreeView component (like Load More Button, select one or many,...)
Thanks in advance
Hi Georges,
Indeed it would be a good option to have in our MultiSelectTree component and our developer team will track the demand regarding the disableParentNodesOnly option. For other options, a separate feature request should be opened and like the virtualization which is the `load more button` functionality:
https://feedback.telerik.com/kendo-angular-ui/1564370-multiselecttree-virtualization
If these features of the TreeView are very important, what I could recommend as a custom solution would be to combine the MultiSelect and TreeView components as demonstrated in the following example:
https://stackblitz.com/edit/angular-ypnd1m?file=src%2Fapp%2Fapp.component.ts
Regards,
Yanmario
Progress Telerik