DayPilot.Scheduler.snapToGridEventResizing

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

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

Default Value

true

See Also

Example

Scheduler config:

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