DayPilot.Scheduler.snapToGridTimeRangeSelecting

The snapToGridTimeRangeSelecting property (boolean) determines whether the selection should be snapped to grid cells when selecting a time range in the JavaScript Scheduler component.

Time range selection snap-to-grid will only be enabled if both snapToGrid and snapToGridTimeRangeSelecting are set to true.

Default Value

true

See Also

Example

Scheduler config:

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