Hello,
I'm trying to implement some server validation when a user tries to move a schedule entry to an invalid resource.
I have tried validating on moveEnd event, however the e.event data contains the "from" data, but I want validate based on the "to" data.
I have tried validating on the save event. e.preventDefault() appears to work on the surface (i.e. the event does not move), however, it does something funny with the underlying data. A subsequent update to the scheduler refreshes scheduler showing the 'invalid' move.
Here's an example of what I mean:
https://dojo.telerik.com/@antman/aniGupAP
Steps:
1. Move "1. Move this to the left causing a conflict with "My Meeting"" as directed.