Hello,
I'm using the kendo scheduler and have defined two resources that will be populated with remote data.
The first one is "groups" and the second one is "members".
The "members" list should be depending on the selected value of the "groups". So for instance, if I choose group1, I would like to populate the "members" resource with the people in that group.
I would like to know the event fired with a new value in "groups" is selected. How can I bind the resource to kendo DropDownList?