I am trying to disable timeline completely from showing to user in Dayview and weekly view. Please help.
1 Answer, 1 is accepted
0
Ivan Todorov
Telerik team
answered on 12 Apr 2012, 04:01 PM
Hello Dave,
Thank you for contacting us.
You can achieve this by setting the ShowRuler property of the ActiveView to false. You can do this only if the ActiveView is DayView or WeekView since these are the only views that have a ruler. Here is a sample code:
Additionally, if you are changing views via the RadSchedulerNavigator or in some other way, you might need to handle the ActiveViewChanged event of RadScheduler and disable the ruler in the new views: