DayPilot.Scheduler.rowSelectHandling

The rowSelectHandling property (string) specifies the default action for row selecting.

Possible Values

  • "Update"
  • "Notify" (ASP.NET WebForms, ASP.NET MVC, Java)
  • "CallBack" (ASP.NET WebForms, ASP.NET MVC, Java)
  • "PostBack" (ASP.NET WebForms)

Default Value

"Update"

Example

dp.rowSelectHandling = "CallBack";