Grids
Example of Conflict Free Event in ASP.NET Core Scheduler Control
This demo explains how to restrict overlapping appointments within the same time range.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
In this example, the Scheduler's allowOverlap
API is used to restrict overlapping events, preventing one events
from being scheduled within the time range of another event. By default, the allowOverlap
value is set to true
.
When allowOverlap
is set to false
, unable to add or edit events dynamically within the time range of other events,
and cannot drag or resize events to overlap with other event time ranges.