Example of Limit Concurrent Event in ASP.NET MVC Scheduler Control
This demo illustrates how to limit the number of concurrent events displayed within a single time slot on the Scheduler component.
In this demo, the MaxEventStack property allows you to control how many events are visible at a time within each time slot.
When multiple events overlap and exceed the specified limit, a "+N" indicator appears, showing how many additional events exist.
Users can click on this indicator to view remaining events in a popup window.
Use the options below to customize the event display:
- Select "Show all events" to display all events
- Select "Show up to N labels" to set a maximum limit for visible events per time slot
- Modify the numeric value to adjust how many events display before the "+N" indicator appears
The MaxEventStack property is applicable only with Day, Week, and WorkWeek views when the timeScale option is enabled.