DayPilot.Scheduler.eventEditHandling

eventEditHandling (string)

Specifies how the EventEdit event should be handled. This event is fired when the user submits changes made during inline event editing.

Possible values:

  • 'Disabled'
  • 'PostBack'
  • 'CallBack'
  • 'JavaScript'

Default Value

"Disabled"

Example

dps.eventEditHandling = "CallBack";