Hi guys,
Best,
Alex
Hi Alex,
WJ-8078 is fixed and included in the latest release (1.3.38).
Best regards
Frank
Hi Alex,
It’s a bug, the DisplayRange is updated when clicking on the navigation buttons only. It should be updated when the SelectionRange change causes the MonthCalendar to navigate to a different month too. It’s WJ-8078.
The MonthCalendar will automatically navigate to the first month of the selection range if it’s out of range. Initially it displays the range using the Today property. Changing the range programmatically will simply cause the calendar to navigate back to the range that can show the selection.
It is possible in javascript but it won’t really do much since the widget will go back to the first month of the selected range. Eval(“this.__calendars[0].showMonth(m, y)”). You can change the shown month of any of the calendars in the MonthCalendar, the other will sync automatically.
Best,
Luca
Please login first to submit.