Update Navigator Visible Month
6 years ago.
I use next and previous link buttons to switch to next or prvious week. (selectMode is set to "week")
nav.select(date.firstDayOfWeek().addDays(1));
Works fine but if i reach a date outside current month, navigator will not update - its still showing September while date is October.
How can i update navigator to show selected date?
DayPilot