DayPilot.Scheduler.rowClickHandling

rowClickHandling (string)

Specifies how the RowClick event should be handled.

Possible values:

  • 'Disabled'
  • 'PostBack'  // ASP.NET WebForms only
  • 'CallBack'  // ASP.NET WebForms, ASP.NET MVC, Java
  • 'JavaScript' // ASP.NET WebForms, ASP.NET MVC  (api v1)
  • 'Edit'
  • 'Select'

Default Value

"Disabled"

Example

dps.rowClickHandling = "CallBack";