문제

I have a few cascading dropdowns which work fine when the kendo-drop-down-list directive is not used. As soon as I convert the dropdowns to kendo dropdowns the cascading stops working. Here is the plunker

On a side note if you remove the kendo-drop-down-list directive from the dropdowns the cascading works.Thanks a ton

도움이 되었습니까?

해결책 2

Finally i figured out a way to do it. I basically wrote a change event and updated the dataSource of the second dropdown. The plunkr has been updated.

Plukr Here

다른 팁

Take a look at this example using datasource:

Plunker here!

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