DayPilot.Scheduler.eventMoveCallBack

The eventMoveCallBack() method executes the server-side EventMove handler using an AJAX callback.

This only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.

Declaration

DayPilot.Scheduler.eventMoveCallBack(e, newStart, newEnd, newResource, data)

Parameters

Notes

Use this legacy helper to trigger the server-side EventMove pipeline from client-side code and send the updated start, end, resource, and any custom data in the callback request.

Example

dp.eventMoveCallBack(e, newStart, newEnd, newResource, { reason: "reschedule" });

See Also

Sending Custom Data with CallBack

DayPilot.Scheduler.eventMoveHandling

DayPilot.Scheduler.eventMovePostBack()

DayPilot.Scheduler Class