I want to create a nested dropdown which both of them have external datasource?
Example of which i wanted to achieve is just like this,
1. Plane
2. Ship
3. Car -> Car Brand A
-> Car Brand B
-> Car Brand C
(Plane,Ship,Car) From Transport Datasource and (Car Brand A,B,C) From Car Brand Datasource, do anyone have any idea how this can be achieved in kendo way, because i haven't found one yet