Blazor Scheduler Item Sizing

Hello, I've been enjoying working with the Blazor components, and was really excited for the Scheduler.

I managed to run across an issue that I could not find a way to workaround, its reproducable within the demo (https://blazor.radzen.com/scheduler) and on the most recent Radzen.Blazor release, 2.10.19

1 - Create an appointment starting any day within a given week.
2 - Set the appointment end on any following week, but ensuring that you select the first day (In my case Sunday)
3 - The appointment will be created on the end date with a 0% width.

Using input values of:

Start: 07/11/2020 12:00:00
End: 07/12/2020 17:00:00

Leads to the following result:

Any ideas how to work around this?

This sounds as a bug in the event rendering algorithm. We will investigate next week and release a fix.

The latest release of Radzen.Blazor should include a fix for this issue.