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

Multi-month calendar to navigate only 1 month

4 Answers 99 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 2
Jose asked on 07 May 2010, 06:30 PM
Hi.

I have a multi month calendar that displays two months, i.e. May-June. But I if I navigate to the next month it shows now July-August. I want it to show June-July. Is it possible?

current declaration is

<telerik:RadCalendar ID="RadCalendar1" runat="server" AutoPostBack="True" CssClass="centerCalendar"   
    MultiViewColumns="2" MultiViewRows="1" EnableMultiSelect="false"   
    EnableNavigationAnimation="True" ShowOtherMonthsDays="False"   
    ShowRowHeaders="False" UseColumnHeadersAsSelectors="False"   
    UseRowHeadersAsSelectors="False"   
    OnSelectionChanged="RadCalendar1_SelectionChanged">  
</telerik:RadCalendar> 

Thanks.
Jose

4 Answers, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 07 May 2010, 08:30 PM
Try changing FastNavigationStep="1" and see if that helps.
0
Jose
Top achievements
Rank 2
answered on 07 May 2010, 09:44 PM
Thanks robertw102.

Theh property doesn't work for my needs. That works for the fast navigation menu, not for the month navigation links.

Thanks.
Jose
0
Accepted
Pavel
Telerik team
answered on 10 May 2010, 12:43 PM
Hi Jose,

Try the solution suggested in this forum thread:
http://www.telerik.com/community/forums/aspnet-ajax/calendar/customizing-the-rad-calender-navigation.aspx

Sincerely yours,
Pavel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Levi
Top achievements
Rank 1
answered on 24 Jul 2010, 06:31 AM
Thanks the sample work great. I hope you guys add this as a property in a future release.
Tags
Calendar
Asked by
Jose
Top achievements
Rank 2
Answers by
robertw102
Top achievements
Rank 1
Jose
Top achievements
Rank 2
Pavel
Telerik team
Levi
Top achievements
Rank 1
Share this question
or