Hi,
I am trying to use CalendarPanel to provide an outlook-like control holding multiple calendar panels but behaving like a single calendar control (see the screenshot below). For this purpose we need to get notified if the current view, namely month/year, is changed (June on the screenshot) and than adjust year/month for the other panels (set July to the second calendar on the screenshot).
The notification can be send as event at the end of drawCalendar method if the displayedYearMonth was really changed to a new value at the beginning of this method. Any other implementation is also acceptable. The main goal is to get notified as soon as displayedYearMonth is changed.
Thanks and best regards,
Konstantin

Hi,
I am trying to use CalendarPanel to provide an outlook-like control holding multiple calendar panels but behaving like a single calendar control (see the screenshot below). For this purpose we need to get notified if the current view, namely month/year, is changed (June on the screenshot) and than adjust year/month for the other panels (set July to the second calendar on the screenshot).
The notification can be send as event at the end of drawCalendar method if the displayedYearMonth was really changed to a new value at the beginning of this method. Any other implementation is also acceptable. The main goal is to get notified as soon as displayedYearMonth is changed.
Thanks and best regards,

Konstantin