It is possible to prevent the resource rows from expanding in Blazor Scheduler

Answer:

We can prevent blazor scheduler the resource rows from expanding when there are only a few of them by overriding the below CSS class in the sample end. Refer to the below styles for that.

<style> 

.e-schedule .e-timeline-view .e-resource-column-table, .e-schedule .e-timeline-month-view .e-resource-column-table { 

        height: auto; 

    } 

</style> 



Loader.
Up arrow icon