DayPilot.Scheduler.rowMoveHandling

Specifies the default row move action.

Possible Values

  • "Disabled" (default)
  • "Update" (updates the position on the client side)
  • "CallBack" (ASP.NET, MVC, Java: fires RowMove on the server side using a callback)
  • "PostBack" (ASP.NET: fires RowMove on the server side using a PostBack)
  • "Notify" (ASP.NET, MVC, Java: updates the position on the client side and fires RowMove on the server side using a callback)