I'm having some issues with the scheduler that I am not able reproduce without the backend data source.
I would like to know how to force the kendoUI scheduler edit modal to close after a user hits "save". I already know how to force a reload of the dataSource, like so:
scheduler.dataSource.read()
However I am not sure where to place this.
Essentially I need to reproduce the default update behavior using jQuery after the scheduler throws an error.
Any help is greatly appreciated. I understand its difficult to help me when I am unable to reproduce the errors I'm experiencing in a local environment, so I'll settle for a workaround.