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

Customizing the Rad calender navigation

3 Answers 80 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
priya
Top achievements
Rank 1
priya asked on 27 Feb 2009, 06:35 AM


When somebody clicks the left right arrow on calendar to change month..only 1 month should be moved..i mean if the calendar shows february and march and user clicks left arrow, then it should show january and february..currently it will show december and January.............I have set the  properties .... 

 

MultiViewColumns="1"  MultiViewRows="2"  Height="150"  EnableMultiSelect="false"  ShowOtherMonthsDays="false"
            Please tell me how will i solve this problem.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 02 Mar 2009, 03:47 PM
Hi Priya,

I tested the following RadCalendar defintion with the latest release 2008.3.1314 of the product:

                <telerik:radcalendar 
                id="RadCalendar1" 
                runat="server" 
                Skin="Black" 
                AutoPostBack="true" 
                MultiViewColumns="1" 
                MultiViewRows="2" 
                ShowOtherMonthsDays="false" 
                EnableMultiSelect="false"
            </telerik:radcalendar> 

and it worked properly on my machine. Can you please verify that on your machine? Let me know if I am missing something, it resembles your multi-month calendar settings.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
spt
Top achievements
Rank 1
answered on 19 Feb 2010, 02:34 PM
I have the same problem.

MultiViewColumns = 3, MultiViewRows = 1.
When Feb, March and April are displayed and I click "Previous" arrow  I get November, December, February.
Is it possible to set navigation step to 1 month?

 


I use RadControls_for_ASP.NET_AJAX_2009_3_1314_trial.msi.
0
Iana Tsolova
Telerik team
answered on 24 Feb 2010, 02:36 PM
Hello spt,

Please find attached a sample project illustrating how you can make a multi-month calendar to be shifted with one month only when navigating to a different view.

Regards,
Iana
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.
Tags
Calendar
Asked by
priya
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
spt
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or