To replicate the following steps, you can use a standard Kendo UI Scheduler example. One example can be found here: http://docs.telerik.com/kendo-ui/web/scheduler/how-to/dynamic-calc-of-height
- Click on an empty time slot.
- An editor pop-up will appear for creating a new event.
- Enter the title and other details.
- Click "Save".
You should now see the new event on the scheduler table. However, there is an issue if we proceed as follows:
- Click on the existing event.
- The editor pop-up opens for editing the event.
- Click "Cancel".
- The scheduler deletes the event!
How can we ensure that the event is saved and prevent this unexpected behavior from the scheduler?
In contrast, everything works smoothly in this example. http://docs.telerik.com/kendo-ui/web/scheduler/how-to/add-control-to-customeditor Could someone explain what's going on here? What could be causing the difference in behavior?