|
Rank: Newbie Groups: Member
Joined: 11/3/2010 Posts: 3
|
I use a datepicker component on my aspx page and it's nessesary to forbid a user to select dates earlier then certain defined date (for instance not to allow a user to pick dates before 3rd of Novermber this month). How can I implement such feature? I found the propery DisabledDates that seem to be for this purpose, but this is a collection and I have to add datetime values in cycle one by one, it's not a proper solution. is there some possibility so set a range of disabled dates like: from 01.01.0001 to 03.11.2010
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can set the DatePicker's MaxValidDate and MinValidDate for this.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/3/2010 Posts: 3
|
ok, thanks. I'll try it
|
|
Rank: Newbie Groups: Member
Joined: 11/3/2010 Posts: 3
|
yes, it works! thank you. Another question - datepicker control is not marked as free control? Can I buy a license for it separately (how much does it cost?) or I should purchase the whole pack of controls?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. It is not free but you can buy it separately starting from $99. You can find detailed price information and license options or order directly online by selecting Company -> Purchase from our main menu.
The full suite would be a much better deal if you are also interested in any of our other controls. The cost is about twice of a single control (for example, standard license for DatePicker is $99, the full suite is $199) but it includes more than 20 controls.
Thanks!
|
|