DayPilot.Scheduler.eventClickHandling

The eventClickHandling property (string) specifies the default action for the event click event in the JavaScript Scheduler.

Possible values

  • "Enabled"

  • "Disabled"

  • "PostBack"

  • "CallBack"

  • "JavaScript"

  • "Edit"

  • "Select"

  • "ContextMenu"

  • "Bubble"

Default Value

"Enabled"

Example

dps.eventClickHandling = "CallBack";