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

How to hide "time lines"?

1 Answer 112 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Gen
Top achievements
Rank 1
Gen asked on 23 Aug 2014, 12:12 PM
How to make that hide in lines with the time, I only need the line "all day"? 


Thanks

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Aug 2014, 09:42 AM
Hi Gen,

If I understand you correctly, you want to hide the table cell matrix for the non-all-day events in the day and week views. Please use the following CSS code:

.k-scheduler-dayview > tbody > tr + tr,
.k-scheduler-weekview > tbody > tr + tr,
.k-scheduler-workWeekview > tbody > tr + tr
{
    display: none;
}

I recommend removing any height that you may have set for the Scheduler in this case, otherwise there will be large empty space above the widget's bottom border when the table cells are hidden.

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Gen
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or