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

SchedulerNavigator - Suppress Views?

1 Answer 60 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 10 May 2011, 10:12 PM
Forgive me if I've missed something obvious, but I don't see a method whereby I can hide the "Day View" and or "Timeline View".

The requirements are to show "Week View" and "Month View" only.

Is this possible?

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 12 May 2011, 07:44 AM
Hi Rob Houck,

Thank you for your question.

You can hide the Day View and Timeline View buttons by setting the following properties:
this.radSchedulerNavigator1.DayViewButtonVisible = false;
this.radSchedulerNavigator1.TimelineViewButtonVisible = false;

Please note that even if DayViewButtonVisible is set to false, it will be visible if the associated scheduler is in day view.

I hope this helps. Should you have any further questions, do not hesitate to ask.

All the best,
Ivan Todorov
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
Scheduler and Reminder
Asked by
Paul
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or