Hello,
I currently have my resources being retrieved from an action on my controller, however I want to be able to refresh the resources according to a filter (too many rooms to display all at once)
Using the code below I am able to update the datasource, but I can't find a way to refresh the scheduler itself to display the new resources.
Is there a way to do this without doing a full page post?
I currently have my resources being retrieved from an action on my controller, however I want to be able to refresh the resources according to a filter (too many rooms to display all at once)
Using the code below I am able to update the datasource, but I can't find a way to refresh the scheduler itself to display the new resources.
Is there a way to do this without doing a full page post?
$(
'#BookingGrid'
).data().kendoScheduler.resources[0].dataSource.read()