0

I'm fairly new to kendo I have a requirement to load Kendo Combo box lazily. Here is the scenario:

I have two combo boxes Cmb 1 and Cmb 2.
Cmb 1 has parent data and Cmb 2 has child data.
My requirement is to load Cmb 2 data only after selecting Cmb 1 selection.

In the data source level how can I achieve that? Is there any facility provided by the Kendo framework itself?

Please advise. If someone can provide me a solution that would be great.

John Willemse
  • 6,608
  • 7
  • 31
  • 45
Chinthaka Devinda
  • 997
  • 5
  • 16
  • 36

1 Answers1

0

Kendo provides cascading comboboxes. You can see how it works in this demo: http://demos.kendoui.com/web/combobox/cascadingcombobox.html

Jarosław Kończak
  • 3,387
  • 2
  • 19
  • 36