DayPilot.Calendar.columnsLoadMethod

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

Possible Values

  • "GET"
  • "POST"

Default Value

"GET"

Example

dp.columnsLoadMethod = "POST";