Hi everyone! I need to understand what event is responsible for interaction with the dropdown calendar, namely what handles clicking on the name of the month or year in UltraDateTimeEditor.
Hello,
The UltraDateTimeEditor uses the Microsoft MonthCalendar control as its drop down. While there doesn't appear to be any access to this control via the date time editor, I don't see an intuitive event on the MonthCalendar which fires upon clicking name, month or year.
An alternative is to use our CalendarCombo component which does have it's own VisibleMonthsChanged event.