Hello Mirko,
The described issue is a known limitation of the cascading functionality. Basically, the widget will not trigger the "change" event (this is how the model is updated) when it is being filtered by a parent widget. The solution is to either trigger manually change event in dataBound event or use a custom MVVM binding that will do the same. You can find more details in the corresponding Github issue:
Regards,
Georgi Krustev
Telerik
The described issue is a known limitation of the cascading functionality. Basically, the widget will not trigger the "change" event (this is how the model is updated) when it is being filtered by a parent widget. The solution is to either trigger manually change event in dataBound event or use a custom MVVM binding that will do the same. You can find more details in the corresponding Github issue:
Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!