Sunday, November 6, 2011

RadDatePicker not taking the value from keyboard

Problem: You have noticed that when you pick the value from calender pop up button then it works fine. But when you enter the value through keyboard like 1/1/1920 it does not work.
RadDatePicker

Solution: Remember RadCalender default minimum date is 1/1/1980.So if you give a date less than 1980 it will will not understand the date.


Example:

<telerik:RadDatePicker ID="Datepicker1" Width="100px" runat="server" MinDate="01/01/1900"
     MaxDate="12/31/2100">
</telerik:RadDatePicker>

No comments:

Post a Comment