DayPilot.Scheduler.eventSelectHandling

The eventSelectHandling property (string) specifies how the EventSelect event should be handled.

Possible values:

  • 'Update' - updates the event position on the client side
  • 'PostBack' - fires EventSelect using PostBack (ASP.NET WebForms)
  • 'CallBack' - fires EventSelect using CallBack (ASP.NET WebForms, ASP.NET MVC, Java)
  • 'JavaScript' - fires onEventMove(), only applicable in api=1 mode 

Default Value

"Update"

Example

dp.eventSelectHandling = "CallBack";