We have requirement, when there are more than three events in Scheduler cell, we have to add link button to particular cell , once click which will open a modal to see these events - similar to how this works in the calendar,
https://javascript.daypilot.org/demo/month/eventsmax.html Can you please help on this ?
Comment posted by Dan Letecky [DayPilot] 3 years ago.
We are looking into this. The current implementation that is used in the monthly calendar has some drawbacks - there can be situations where long overlapping events are arranged in a way that the first x lines of a cell are empty.
In the Scheduler, it's more likely that you will display long overlapping events and there needs to be a way to get more information about their exact position.
I'll keep you updated.
Answer posted by Dan Letecky [DayPilot] 3 years ago.
This option is now available in the Scheduler (since version 2023.1.5515). You can specify a maximum number of lines for each row using the new "maxLines" property.