Our powerful JS Calendar component


Post by dwilliams »

Hello,

We have over 100 items scheduled for a particular day and we get a blank space after 99 items. Is there a way to show all items?

Image


Post by marcio »

Hello dwilliams,

We don't have that kind of limitation set, as you can see in our megadataset demo https://www.bryntum.com/examples/calendar/megadataset/

Could you please share how is your calendar structured? Perhaps sharing a sample project with your configuration and the behavior that you're describing that's occurring, would be great to help you.

Best regards,
Márcio


Post by Animal »

The all day events has a max-height : 50% of the view through the selector .b-dayview-allday-row

It scrolls in that size:

Screenshot 2022-09-23 at 06.27.35.png
Screenshot 2022-09-23 at 06.27.35.png (191.13 KiB) Viewed 267 times

But assuming you are aware and have already scrolled it to the bottom and seeing as there are 5 visible columns which are full, that would make 100 events. There will not be a single event hanging out the bottom of that block.


Post by Animal »

What does calendar.activeView.allDayEvents.contentElement.querySelectorAll('.b-cal-event-wrap').length show in the console?


Post Reply