Categories | Question details Back To List | ||||||||||||||||||||||||||
Multiday drag and drop 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. Answer posted by Alex (support) on Dec 24, 2009 05:43 Do you use connector ? And have you defined a custom update handler if you use connector ? Answer posted by Prashant on Dec 24, 2009 06:06 Yes, I do have a custom update handler. do I need send the code of it? Answer posted by Prashant on Dec 24, 2009 06:45 I suppose it just has to make a new request to the custom handler with update status,whenever dragging event is firing. Answer posted by Alex (support) on Dec 24, 2009 07:24 Please provide the server-side code you use. Answer posted by Prashant on Dec 24, 2009 09:06 Please find the code in attachments. Attachments (4)
Answer posted by Alex (support) on Jan 04, 2010 05:53 Please check that you call data.success(); method in the custom update handler. The details can be found here: http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxconnectorjava:complex_updates |