Hi,
I am building a fleet management planning application using the Telerik Blazor Scheduler with around 400 vehicle resources.
Context: I use the Timeline view with vertical grouping and it works perfectly. I also need a Day view, but vertical grouping in Day view is not an option for me — it generates 24 time slots per resource, which makes the page extremely heavy and causes it to crash with 400 resources. So I am using horizontal grouping for the Day view instead.
The problem: With horizontal grouping in Day view and many resources, the resource label columns are very small and the text becomes unreadable. After inspecting the generated HTML, I noticed an "overflox: hidden" rule on the resource label cells that seems to be constraining their width to the minimum available space rather than fitting the content.
I tried removing this CSS rule which makes the text readable, but it breaks the alignment between the resource labels and the scheduler body slots.
My questions:
- Is there a native parameter to control the resource column width in this configuration?
- If not, what is the recommended CSS approach to resize the columns without breaking the slot alignment?
Thank you in advance.
