0
votes

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

1

1 Answers

0
votes

This link should help you:

Cascading drop down list

It is relatively simple to implement and should give you the ability to change your second datasource based on the first selected datasource.