Hi there,
My client doesn't like the current Month Header popup on a UltraMonthViewMulti control.
Is there a way (using a CreationFilter or DrawFilter perhaps - something I'm very familiar) that I can change the Month Header to display a drop down arrow like on a ComboBox, and when the user clicks it, it displays a list like a ComboBox does.
Basically, the client wants consistency and has asked if the existing popup can look and work more like a standard drop down box?
Thanks in advance...
N.B. The style of the calendar is fixed, and it uses the arrow buttons to move forward a month, or forward a year; and the client would like the drop down arrow to appear next to the existing Month Header Text (e.g. February 2013).
Hello pmillingtonhore,
If I understand well your requirements, then there are different approaches to solve this task. I choose the option to create my custom control that inherite our UltraMonthViewMulti control. Please take a look at the attached sample and video file for more details and let me know if you have any questions.
Regards
this is the video file Part 1
Sample:
Part 2