DayPilot.Scheduler.rowHeaderColumnResizedHandling

The rowHeaderColumnResizedHandling property (string) specifies the default handling of column width resize action.

Possible Values

  • "Update"
  • "PostBack"
  • "CallBack"

Default Value

"Update"

See Also

Example

dp.rowHeaderColumnResizedHandling = "CallBack";