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

Month Navigation of Mutliple Row RadCalendar

3 Answers 118 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Volker
Top achievements
Rank 1
Volker asked on 29 Jul 2014, 11:15 AM
Hello everybody,

I have a Calendar extended over 3 rows. By clicking on the navigation buttons ("left" or "right") that calendar jumps over 2 months back or forth.
How can I make it move on to the next or last month instead?
If it's displaying the months Juny-July-August I want it to go to July-August-September for example.

Thank you very much!

3 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 30 Jul 2014, 02:18 PM
Hello Volker,

What I can suggest you in order to achieve the desired behavior would be to hook to the Click event of the RepeatButtons in the header of the Calendar using a ClassHandler. This way you would be able to manually change the DisplayDate as needed when the buttons are pressed. For your convenience I have attached a sample project which demonstrates the exact approach.

Hope this helps.

Regards,
Kalin
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Volker
Top achievements
Rank 1
answered on 01 Aug 2014, 07:30 AM
Thank you Kalin.
This is an interesting solution. I tried setting the display date using own buttons but the calendar would not update until a date was set that was not displayed yet. So I just set the DisplayDate to 1.1.2014 to make it update when I finally give it the DisplayDate I want.
0
Kalin
Telerik team
answered on 04 Aug 2014, 11:07 AM
Hello Volker,

I'm glad you have managed to achieve the desired. If you have any other questions, please do not hesitate to contact us.

Regards,
Kalin
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Calendar
Asked by
Volker
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Volker
Top achievements
Rank 1
Share this question
or