I need to create a simple calendar application to start with - with a 3 month calendar to the left and either a day, week or month view to the right. The views are selected using buttons.
Ihave a single Calendar for day and week view and just change the 'days' attribute of the calendar and the range of the DayNavigator - works fine but I am still left with an issue using the month view. If I change the control bound to the navigator when Iswitch from day/week to Month the Navigator appears to getdisconnected from all controls
Is it possible to use a single DayNavigator with multiple calendars? If so how can this be done.
Thanks in advance...