Hide Hours column in Scheduler Day View

1 Answer 424 Views
Scheduler
Emmanuel
Top achievements
Rank 1
Iron
Emmanuel asked on 24 Nov 2021, 02:08 PM

Hi, I am trying to hide the hours column from the scheduler day view(please see screenshot)

from what I can see, there is no property on the control to achieve this behavior.

I would also like to stack the items on top of each other instead of horizontally..

Is there a way to achieve this?

 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Emmanuel
Top achievements
Rank 1
Iron
answered on 25 Nov 2021, 03:23 PM

For anyone ending up here , here's how to hide the hours : 

<style>
    .k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
        display:none;
    }
</style>
Tags
Scheduler
Asked by
Emmanuel
Top achievements
Rank 1
Iron
Answers by
Emmanuel
Top achievements
Rank 1
Iron
Share this question
or