DayPilot.Scheduler.snapToGridEventMoving

The snapToGridEventMoving property (boolean) determines whether the target position should be snapped to grid cells when moving an event using drag an drop in the JavaScript Scheduler component.

Event moving snap-to-grid will only be enabled if both snapToGrid and snapToGridEventMoving are set to true.

Default Value

true

See Also

Example

Scheduler config:

{
  snapToGrid: true,
  snapToGridEventMoving: false,
  // ...
}