I need a dropdown tree in kendo angular UI, it should look like,
This control is available in kendo UI for Jquery, but not in kendo angular. How to customise it, any idea?
I need a dropdown tree in kendo angular UI, it should look like,
This control is available in kendo UI for Jquery, but not in kendo angular. How to customise it, any idea?
As far as I know, the same control is not (yet) available for Angular. You can combine Popup and Treeview and build something similar.
Here's a simple example in StackBlitz: https://stackblitz.com/edit/angular-gpfyck?file=app%2Fapp.component.ts