This question is locked. New answers and comments are not allowed.
Hello everybody,
I'd like a RadDatePicker to have the following behavior: when the dropdown calendar box opens, the calendar should be in the DecadeView. The user by clicking should arrive to the MonthView where the date is selected.
I was trying to achieve this by setting both DisplayMode = DecateView and DateSelectionMode = Month but it is not working: setting DateSelectionMode to Month causes the MonthView to be shown when the drop down calendar box is opened (the DisplayMode = DecateView seems to be ignored). Setting the DisplayMode = DecateView only, correctly sets the default view but of course the date is selected when the calendar is in DayView which is not what I really wanted.
What can I do to achieve the behaviour explained above?
Thanks you in advance.
I'd like a RadDatePicker to have the following behavior: when the dropdown calendar box opens, the calendar should be in the DecadeView. The user by clicking should arrive to the MonthView where the date is selected.
I was trying to achieve this by setting both DisplayMode = DecateView and DateSelectionMode = Month but it is not working: setting DateSelectionMode to Month causes the MonthView to be shown when the drop down calendar box is opened (the DisplayMode = DecateView seems to be ignored). Setting the DisplayMode = DecateView only, correctly sets the default view but of course the date is selected when the calendar is in DayView which is not what I really wanted.
What can I do to achieve the behaviour explained above?
Thanks you in advance.