DayPilot.Scheduler.eventsLoadMethod

The eventsLoadMethod property (string) specifies the HTTP method that will be used by events.load() method.

Possible Values

  • "GET"

  • "POST"

Default Value

"GET"

Example

dp.eventsLoadMethod = "POST";