DayPilot.Scheduler.rowsLoadMethod

The rowsLoadMethod property (string) specifies the HTTP request method to be using in rows.load() method.

Possible Values

  • "GET"
  • "POST"

Default Value

"GET"

Example

dp.rowsLoadMethod = "POST";