I am using the DataProcessor onbeforeupdate event. After a drag and drop occurs this event is triggered. I want to check if something was actually moved, for example if something was dragged but back into the same time it has not moved but the event is called. The status parameter of event has ‘updated’ value even when nothing has moved.
Hello,
Perhaps you need to check if the event changed when onDragEnd or onEventChanged fires to compare changes.
docs.dhtmlx.com/scheduler/api__ … event.html
docs.dhtmlx.com/scheduler/api__ … event.html