This is a migrated thread and some comments may be shown as answers.

Timeline view - row height

1 Answer 220 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Lovro
Top achievements
Rank 1
Lovro asked on 07 Feb 2019, 12:53 PM

Hi,

i've managed to shrink the size of one column in timeline view, but my first row height still stays the same, so now the first cell in not aligned with others. (look at the screenshot)

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 11 Feb 2019, 08:26 AM
Hi Lovro,

I assume that the Scheduler table cells height is being modified through CSS. If this is the case, then you could try modifying both the timeline td, as well as the corresponding resource rows height as follows:
<style>
  .k-scheduler-timelineview .k-scheduler-table td,
  .k-scheduler-timelineview .k-scheduler-times .k-slot-cell {
    height: 250px !important;
  }
</style>

I have also prepared a simple Dojo example for your reference that demonstrates the above.

In case you have any additional questions, please let me know.

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Scheduler
Asked by
Lovro
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or