Unplanned
Last Updated: 02 Aug 2022 20:10 by Robert C
Scott
Created on: 19 Aug 2021 12:39
Category: Scheduler
Type: Feature Request
15
RowHeight parameter for the Scheduler
I would like to be able to modify the height of the Scheduler rows.
5 comments
Robert C
Posted on: 02 Aug 2022 20:10
This is major pain point for us. We used to use FullCalendar before Blazor, which our users loved. The Blazor scheduler feels like a huge step backwards. Please plan adding this feature.
Eric
Posted on: 11 Jan 2022 00:20

I put the control in a containing div  and put css like this on it

 

#sch-container {
    -ms-transform: scale(1, 0.7); /* IE 9 */
    -webkit-transform: scale(1, 0.7); /* Safari */
    transform: scale(1, 0.7);
    transform-origin: top left;

   
 

}

Eric
Posted on: 11 Jan 2022 00:20

Thomas Schicker - the best I have been able to do is use css scaling... and its really quirky.

 

Eric

ADMIN
Marin Bratanov
Posted on: 30 Dec 2021 18:51

Hi Thomas,

The appointment elements have their size calculated by the scheduler, so a workaround for that couldn't be implemented, unfortunately.

Regards,
Marin Bratanov
Progress Telerik

Learn about the important changes coming in UI for Blazor 3.0 in January 2022!
Thomas Schicker
Posted on: 27 Dec 2021 14:18
if this remains an unplanned or declined feature request, does anyone have a workaround to ensure that the appointments fit within the reduced height tile interval affected by changing the CSS?