Rank: Member Groups: Member
Joined: 9/28/2007 Posts: 20
|
Hi,
When a user enter an incorrect date (something like Begin date greater than End Date), I would like to clear that incorrect date and show blank as selecteddate. Would this be possible to do in your date control? I understand that a default date will be set (MinValidDate) if no date is specified. But, I want a blank value.
Also, pls provide an update on the bugfix of the Date picker control mentioned in my earlier conversation. You mentioned that its a bug and you are looking at it, but anything after that.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can call setSelectedDate(null) on the client side DatePicker object or set SelectedDate to DateTime.MinValue on the server side to clear the date picker.
We are still working on the other issue and will let you know when it's fixed.
Thanks
|