DayPilot.Scheduler.rowEditHandling

The rowEditHandling property (string) specifies the default submit action for inline row editing in the JavaScript Scheduler component.

Possible Values

  • "Update" - updates the row header text using the supplied text

  • "PostBack" - fires the RowEdit event on the server side (ASP.NET WebForms only)

  • "CallBack"- fires the RowEdit event on the server side (ASP.NET WebForms, ASP.NET MVC, Java only)

Default Value

"Update"

Example

{
  rowEditHandling: "CallBack",
  // ...
}