hpl123
Hi all,
Here is a tip on how to hide the time header in the timeline month scheduler view (i.e. hiding 1am , 2am etc. etc. and only showing 1/5 , 2/5 etc.).
Add the following CSS to a custom CSS file or your theme:
.k-scheduler-timelineMonthview > tbody > tr:nth-child(1) .k-scheduler-table tr:nth-child(2) {
display: none;
}