In case draging events from one date to another and / or from one time to another is indeed a feature, then this does not work when tried for the second time for the same event without refreshing the calendar. The first movement is saved but not the second and future movements. The UI shows the change but the same is not reflected in the DB.
Do you use connector ? And have you defined a custom update handler if you use connector ?
Yes, I do have a custom update handler. do I need send the code of it?
I suppose it just has to make a new request to the custom handler with update status,whenever dragging event is firing.
Please provide the server-side code you use.
Please find the code in attachments.
Scheduler_BasicConnector.java (3.13 KB)
ConnectorServlet.java (4.63 KB)
bm.jsp (19.7 KB)
BaseConnector.java (14.1 KB)
Please check that you call data.success(); method in the custom update handler.
The details can be found here: dhtmlx.com/dhxdocs/doku.php?id=d … ex_updates