I have two dates.
I assign these dates as the minimum & maximum dates of the date picker.
I want to disable all other dates less than the min date & greater than the max dates.
Plz help
Try setting the the properties MinDate and MaxDate of RadDatePicker. When setting these properties the dates less than MinDate and greater than MaxDate will be disabled.