DayPilot.Calendar.headerClickHandling

The headerClickHandling property (string) specifies the default calendar column header click action.

Possible Values

  • "Disabled"
  • "Enabled"
  • "CallBack" (ASP.NET WebForms, ASP.NET MVC, Java)
  • "PostBack" (ASP.NET WebForms)

Default Value

"Enabled"

See Also

Example

dp.headerClickHandling = "Disabled";