| Rank: Newbie Groups: Member
 
 Joined: 12/7/2012
 Posts: 1
 
 | 
		    I installed your product successfully and used a date picker control . My question is I want to disable all previous dates from today's date. how can i do that?  I checked the properties of the control and it has the option "Disabled dates" but for that I need to manually enter the dates which i need to block and that's inefficient. Is there any possible way through which I can disable all previous dates form today's date... 
 Thanks in advance.
 | 
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 I believe you can do that by setting the DatePicker's MinValidDate to today.
 
 Thanks!
 |