Unplanned
Last Updated: 10 Feb 2023 15:21 by ADMIN
Neil
Created on: 27 Jan 2023 08:57
Category: Scheduler
Type: Bug Report
2
Scheduler cells are not aligned correctly on Timeline View

Scheduler cells are not aligned correctly in the Timeline View when Bootstrap Theme is used.

To reproduce the problem:

 1. Open the following Scheduler Demo:
 https://demos.telerik.com/blazor-ui/scheduler/overview

 2. Select the Bootstrap Theme

 3. Open the Timeline View

2 comments
ADMIN
Yanislav
Posted on: 10 Feb 2023 15:21

Hello Neil,

I'm sharing the findings from our private discussion here for the rest of our community. 

At this point, I cannot say exactly when the bug will be fixed. In general, we are prioritizing the fixes based on the community demand along with their severity.

In the meantime, until this bug is resolved, a possible workaround is to try changing the applied "min-width" to the side cell.
<style>
    .k-scheduler-cell.k-side-cell{
        min-width:74px !important;
    }
</style>

REPL example: https://blazorrepl.telerik.com/cnaGFaYM18Ro68YN45

Regards,
Yanislav
Progress Telerik

Learn about the important changes coming in UI for Blazor 4.0 in January 2023!
Neil
Posted on: 04 Feb 2023 04:47
Any updates on this? It's a major bug - the timeline view is basically useless without this being fixed...