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

Allday event need wrapping and height adaptive

Hi Guys,

I found that theheight of allday event is static, if the subject is too long will cut off. Could you help me how to make height adaptive? Like the demo below, i set a height 100px for allday event.

https://stackblitz.com/edit/angular-yg9d4l-wjvg7c?file=src/app.component.html


I don't want to set a fixed height... My requirement is all text must be invisiable and height adaptive. Could you help me?

Thanks.




1 Reply

RV Ravikumar Venkatesan Syncfusion Team March 20, 2023 03:07 PM UTC

Hi Louis,


Demo: https://ej2.syncfusion.com/angular/demos/#/material/schedule/tooltip

UG: https://ej2.syncfusion.com/angular/documentation/schedule/appointments#display-tooltip-for-appointments


According to the current Schedule architecture, it’s not possible to render the appointment with adaptive height based on Subject value length. You can set the fixed height for the appointment. We suggest you use the Schedule tooltip by setting up true to the enableTooltip property it will show the entire Subject while hovering over the appointment element.


Regards,

Ravikumar Venkatesan


Loader.
Up arrow icon