DayPilot.Gantt.taskMoveHandling

The taskMoveHandling property (string) enables horizontal Gantt chart task moving using drag and drop and specifies how the event will be handled.

Possible values

  • "Disabled" - event moving is not allowed
  • "Update" - updates the event position on the client side
  • "PostBack" - fires EventMove using PostBack (ASP.NET WebForms)
  • "CallBack" - fires EventMove using CallBack (ASP.NET WebForms, ASP.NET MVC, Java)
  • "JavaScript" - api=1, fires onEventMove()
  • "Notify" - updates the event position on the client side, fires EventMove event (ASP.NET WebForms, ASP.NET MVC, Java)

Default Value

"Update"

Example

dp.taskMoveHandling = "Disabled";