Hi Marko,
Thank you for contacting syncfusion.
As per your requirement, we had prepared the sample which is available in below link:
The customization can be achieved in CSS level at sample end. For your reference, kindly refer the below code block.
.e-all-day-row{
height:180px!important;
}
.e-left-indent .e-left-indent-wrap tbody tr:last-child{
height:180px!important;
}
.e-all-day-appointment{
height:180px!important;
}
.e-all-day-appointment .e-appointment-details{
white-space: normal;
}
.e-all-day-appointment .e-appointment-details .e-subject{
word-break: break-all;
overflow: unset!important;
text-overflow: unset!important;
} |
There is some limitations in this customization. If the appointment height is set as auto, the title of the appointment should be displayed fully, but the dimension of each appointment should get vary and appointment render calculations should suffers to render all events.
Kindly check the above code with provided sample and revert us, if you need any further assistance on this.
Regards,
Sathya. N