DayPilot.Scheduler.snapToGridRectangleSelecting

The snapToGridRectangleSelecting property (boolean) determines whether the row-mode rectangle selection should be snapped to grid cells in the JavaScript Scheduler component.

The rectangle selection snap-to-grid will only be enabled if both snapToGrid and snapToGridRectangleSelecting are set to true.

Default Value

true

See Also

Example

Scheduler config:

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