3

I am using the Kendo scheduler UI (Timeline view) in .net based MVC application. I have observed that there are some diff in the row height and the event height. I hve a requirement to make it aligned so as to remove the white space. Kindly let me know if this can be done.enter image description here

Xander Kage
  • 161
  • 16

1 Answers1

0

First set

eventHeight: 15

in the scheduler

and then add below CSS

  .k-event-inverse {
        height: 25px !important;
    }