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

Control the Navigation bar of a Calendar

1 Answer 89 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Donovan
Top achievements
Rank 1
Donovan asked on 24 Apr 2008, 08:50 AM
How do I make the navigation bar move 12 months instead of it moving 3 months when I click the << and >> buttons. Is there a property I can set.

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 25 Apr 2008, 11:09 AM
Hi Donovan,

Thank you for the question.

You can change the fast navigation step in months through the FastNavigationStep property. You could access it in Property Grid or in the run-time:
 
this.radCalendar1.FastNavigationStep = 12; 

I hope this was helpful. If you have other questions, do not hesitate to contact me again. 

 
Sincerely yours,
Martin Vasilev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Donovan
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or