Rank: Newbie Groups: Member
Joined: 7/13/2010 Posts: 4
|
Recently started using software- Noticing that Datepicker - visible date is not bringing up the current date but the date its created - Please assist in how to set the Visible date eqaul to the day its clicked on.
The datepicker is in datagrid so its not simple matter of sayying datepicker.vicsibledate = today. Is this the only way or is there a propery one can click to auto update to latest date?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please go to your HTML view and search for "VisibleDate". If it is set to a fixed value, delete that.
By default VisibleDate will be automatically set to the current date unless:
1. You have explicitly set VisibleDate (either in HTML view or in code); 2. The Grid cell already has a value. In that case VisibleDate will be automatically adjusted to that date;
Hope this helps. Please feel free to let us know if you have any more questions.
Thanks!
|