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

Show WeekView only on ScheduleView

1 Answer 34 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Yana
Top achievements
Rank 1
Yana asked on 16 Aug 2011, 03:52 AM
Hi, I would like to know on how to hide the Timeline, Day and Month Views on the ScheduleView having only the Week View as shown. Thanks


Ayana

1 Answer, 1 is accepted

Sort by
0
Kristian
Top achievements
Rank 1
answered on 16 Aug 2011, 09:04 AM
This is how I do it:

<telerik:RadScheduleView
  NavigationHeaderVisibility="Collapsed">
 
  <telerik:RadScheduleView.ActiveViewDefinition>
    <telerik:DayViewDefinition />
  </telerik:RadScheduleView.ActiveViewDefinition>
 
</telerik:RadScheduleView>
Tags
ScheduleView
Asked by
Yana
Top achievements
Rank 1
Answers by
Kristian
Top achievements
Rank 1
Share this question
or