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

Hide the Timeline, disable adding event by user, in a scheduler

2 Answers 277 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 06 Aug 2013, 02:34 PM
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..

2 Answers, 1 is accepted

Sort by
0
Chris
Top achievements
Rank 1
answered on 07 Aug 2013, 07:28 PM
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!
Tags
Scheduler
Asked by
Chris
Top achievements
Rank 1
Answers by
Chris
Top achievements
Rank 1
Rosen
Telerik team
Share this question
or