I'd like to display two or more events in one cell but dont want to change the height of the event. I dont mind having a scroller bar inside the event or dont mind show an active event on cell and show the other events in a popup or something.
Basically I want one active event shown in the cell but want to show the user about the inactive events and somehow to display it.
I dont want to show them in bubble as I already display brief view of active event.
You can use a value from 0 to 100 (percent). 100 is the default value (events don't overlap at all). If you use 0 the events will be displayed in one row.
Thanks for your reply Dan. I have tried with "EventStackingLineHeight" 20, it still pushing the cell height and the adjusent cells where I got only one event looks really awkward.
Anyway I can have scroller bars?
Thanks
Binon
Comment posted by Dan Letecky [DayPilot] 9 years ago.
Unfortunately it's not possible to have a scrollbar inside a cell because events are rendered in a special layer on top of the grid.
Thanks for your email. It looks like you dont support the groupconcurrent feature in MVC? any example or ideas is welcome.
Thanks
Comment posted by Dan Letecky [DayPilot] 9 years ago.
It's supported in the MVC version as well (the documentation was out-of-date):
@Html.DayPilotScheduler("dps", new DayPilotSchedulerConfig {
// ...
GroupConcurrentEvents = true,
GroupConcurrentEventsLimit = 2; // (optional) don't group if there aren't more than 2 overlapping events
})