1

I need a dropdown tree in kendo angular UI, it should look like,

Screen Shot

This control is available in kendo UI for Jquery, but not in kendo angular. How to customise it, any idea?

Sparrow
  • 355
  • 4
  • 19

1 Answers1

2

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

Simon Schuh
  • 171
  • 1
  • 6