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

How come the control only goes back to 1980?

1 Answer 45 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Eric Larsen
Top achievements
Rank 1
Eric Larsen asked on 19 Aug 2013, 11:04 PM
Why does the RadCalendar and the RadMonthyearPicker controls only go back to 2004?
Is there some way to set them to go back further?

http://i67.photobucket.com/albums/h292/Athono/programming/only_zps1b8fcb7d.png?t=1376946577

1 Answer, 1 is accepted

Sort by
0
A2H
Top achievements
Rank 1
answered on 20 Aug 2013, 12:21 AM
Hi,

For RadCalendar

Try setting the RangeMinDate and RangeMaxDate property of Calendar as shown below

<telerik:RadCalendar ID="RadCalendar2" runat="server" RangeMinDate="01/01/1900" RangeMaxDate="01/01/2050"
                    AutoPostBack="true">
                </telerik:RadCalendar>

For RadMonthyearPicker 

Try setting the MinDate and MaxDate property of the RadMonthYearPicker as shown below

<telerik:RadMonthYearPicker ID="RadMonthYearPicker1" runat="server" MinDate="01/01/1900" MaxDate="01/01/2050">
        </telerik:RadMonthYearPicker>


Thanks,
A2H
Tags
Calendar
Asked by
Eric Larsen
Top achievements
Rank 1
Answers by
A2H
Top achievements
Rank 1
Share this question
or