1. I need to add a scheduler.. but i dont want the timeline to be visible.. Is there a setting that would hide the time line but just show the scheduler events?
2. How can I disable the user to add events to the scheduler and just added the same automatically by code..
Disabling the events (like Adding, deleting the schedules) can be achieved by "editable" attribute .. Documentation explained it clearly ..
But could not find a settings where the timeline could be hidden or removed... Does this have any functionality like this?
0
Rosen
Telerik team
answered on 08 Aug 2013, 06:42 AM
Hello Chris,
I'm afraid that hiding the time headers is not available out-of-the-box. However, you may hide them via CSS:
.k-scheduler-times {
display: none;
}
Regards,
Rosen
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!