Is there any way to remove default minimum date and maximum date of rad date picker ? I don't want to set any min date and max date as I don't know what would be date coming from database ?
You can easily avoid the checking of MinDate and MaxDate in the RadDatePicker and RadDateInput controls by setting the property SkipMinMaxDateValidationOnServer.
I'm still unable to select a date 100 years into the future be it using the pop up calendar or typing the date using a keyboard.
There's this exclamation mark inside a yellow triangle warning within the textbox of the datepicker.
SkipMinMaxDateValidationOnServer property gets or sets the server-side min/max date validation. If you want to allow other dates you can set the MinDate and MaxDate property of RadDatePicker.