|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
Hi
When I have a date picker with a 3 column popup, then either the selected date or current date is not displayed in the middle of the picker.
Example. Selected date is null. Picker displays three columns in popup with July/August/September. I would have thought that displaying July in the middle column was the best option?
Example 2. Selected date is today. Picker displays three columns as above. Surely todays date should be in the middle column?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to set the DatePicker's VisibleDate property to specify the first month to be displayed. It doesn't matter what your current SelectedDate is.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
Thanks, that worked.
Cheers Sean
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Cool. Glad that it works for you!
|
|