DayPilot.Scheduler.eventUpdateInplaceOptimization

The eventUpdateInplaceOptimization property (boolean) enables faster event update mode. In the optimized mode the 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.update() calls.

Default Value

false

Example

dp.eventUpdateInplaceOptimization = true;