DayPilot.Scheduler.eventUpdateInplaceOptimization

The eventUpdateInplaceOptimization property (boolean) enables faster event update mode. In the optimized mode, the JavaScript Scheduler updates only the changed event if the change doesn't affect other events (in the same row or other rows). If disabled, the whole row is updated.

Applies during events.add(), events.update(), and events.remove() calls.

Default Value

false

Example

Scheduler config:

{
  eventUpdateInplaceOptimization: true,
  // ...
}