DayPilot.Scheduler.snapToGrid

The snapToGrid property (boolean) determines whether the event box should be snapped to grid cells during event resizing, event moving moving and time range selection in the JavaScript Scheduler component. 

Default Value

true

See Also

Example

Scheduler config:

{
  snapToGrid: false,
  // ...
}