문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top