Since cascading doesn't wait for the value to be set when inside a grid, I need to rebind the second dropdown when the first changes.
I can't find how to do that with javascript, even though it's a simple task. Plenty of posts for Telerik, but not Kendo...
I thought it would be something like this, but I get a javascript error that datasource doesn't exist.
I can't find how to do that with javascript, even though it's a simple task. Plenty of posts for Telerik, but not Kendo...
I thought it would be something like this, but I get a javascript error that datasource doesn't exist.
$("#dropdownID").data("kendoDropDownList").datasource.read();