Hi,
When i show week view with events take allday i get this style not good like my attachment, their is no space between events in week view with allday events
4 Answers, 1 is accepted
Hello Amr,
I have tested locally in a Dojo example and in UI for ASP.Net Core project with RTL support. I did not manage to replicate the observed appearance. Could you please confirm which theme you are using? May I ask you to double-check if you have some custom styles which are overriding the default Kendo stylesheets?
Here is a Dojo example where you could that the all-day events have space between them. May I ask you to try to prepare an isolated sample (either Dojo or ASP.NET Core sample) where the issue is observed and send it back to us? This way we could inspect the issue locally and advise you further.
Looking forward to your reply
Regards,
Neli
Progress Telerik

Hello Neli,
Thank you for your response ,
you can see the example from here
https://dojo.telerik.com/oQOwaLox/2
Hello Amr,
Thank you very much for providing a runnable sample where I could inspect the issue.
In the provided example in order to have space between the allDayEvents I would suggest you increase the height of the allDayEvents row. You could do it by using the 'k-scheduler-header-all-day' as in the example below:
.k-scheduler-header-all-day{
height: 100px;
}
Here is the modified Dojo example where the entire content of allDay events is visible.
Let me know if you need further assistance.
Regards,
Neli
Progress Telerik
