We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Displayed as a number when the scheduler event is greater than or equal to a specific number

Hello,

I have a few questions regarding the scheduler event.

scheduler1.png

If an event is displayed in a currently fixed cell, it is displayed as '+n more' if it is beyond the range of the cell.

Cell size is fixed. I'm not going to increase it any more.

Then, when the number of events exceeds a certain number, I want to express the event as one.

scheduler2.png

If the number of events exceeds a certain number like this picture, I want to express it as 'n Items'.

If it does not exceed a specific number, the event name will be displayed, and if it exceeds a specific number, I want to see it grouped into one event.

You also want to display a window where you can see what events are there when you click an event represented as one.


Will it be possible?

Please let me know how, if possible.


3 Replies

RV Ravikumar Venkatesan Syncfusion Team February 2, 2023 05:25 PM UTC

Hi TaeWook,


We suggest you use the rowAutoHeight property of the Schedule, which will adjust the cell height based on the appointments rendered on the cell. This way, you will be able to view and interact with the appointments easily. Please refer to the below UG and Demo links for more details.


Demo: https://ej2.syncfusion.com/aspnetcore/Schedule/AdaptiveRows#/material

UG: https://ej2.syncfusion.com/aspnetcore/documentation/schedule/row-auto-height


Regards,

Ravikumar Venkatesan



TK TaeWook Kang February 3, 2023 01:11 AM UTC


I'm not trying to use rowAutoHeight.

I would like to know if it is possible to group the events into one.

I want to express it as a group when there are more than a certain number of events like in the picture.



RV Ravikumar Venkatesan Syncfusion Team February 3, 2023 04:21 PM UTC

TaeWook,


According to the current Schedule architecture, it’s not feasible to group multiple events into one when there is a certain number of events.


Loader.
Up arrow icon