DayPilot.Scheduler.rowCreateHandling

The rowCreateHandling property (string) specifies the default action to be performed when a new row text is submitted.

Possible Values

  • "Disabled"
  • "Enabled" - enables row creating, but performs no action on submit (use onRowCreate or onRowCreated handler to provide custom event handler)
  • "CallBack"- fires RowCreate event on the server side using CallBack (ASP.NET WebForms, ASP.NET MVC, Java)
  • "PostBack"- fires RowCreate event on the server side (ASP.NET WebForms)

Default Value

"Disabled"

Example

dp.rowCreateHandling = "Enabled";