I'm having a problem with the navigation functionality of the RadScheduler. I'm using Q1 2009 SP2 (version 2009.1.527).
I have been using the scheduler on my site for many months now without problems. However, I have recently changed the site by placing the RadScheduler into a custom web user control. This user control is dynamically loaded when the user clicks a node in a RadTreeView. So the 2 changes are that the scheduler is in a user control and the user control is dynamically loaded.
The initial load of the user control works correctly. The problem occurrs when I use the left and right arrows in the navigation panel to go to different months. I am unable to get more than 1 month away from the current month. So for example, if the current month is July, I can click the right arrow to go to August, but clicking the right arrow again only reloads August instead of going to September. Interestingly, this issue does not occurr if I use the pop up RadCalendar for navigation.
Also, I should mention that I'm using the VisibleRangeStart and VisibleRangeEnd properties to only load the "in view" appointments. By tracing through the code, I can see that properties do not have the correct values when I use the left and right arrows for navigation.
Any thoughts on how to fix this? I think the problem may be that the RadScheduler's ViewState is not being preserved properly.
I have been using the scheduler on my site for many months now without problems. However, I have recently changed the site by placing the RadScheduler into a custom web user control. This user control is dynamically loaded when the user clicks a node in a RadTreeView. So the 2 changes are that the scheduler is in a user control and the user control is dynamically loaded.
The initial load of the user control works correctly. The problem occurrs when I use the left and right arrows in the navigation panel to go to different months. I am unable to get more than 1 month away from the current month. So for example, if the current month is July, I can click the right arrow to go to August, but clicking the right arrow again only reloads August instead of going to September. Interestingly, this issue does not occurr if I use the pop up RadCalendar for navigation.
Also, I should mention that I'm using the VisibleRangeStart and VisibleRangeEnd properties to only load the "in view" appointments. By tracing through the code, I can see that properties do not have the correct values when I use the left and right arrows for navigation.
Any thoughts on how to fix this? I think the problem may be that the RadScheduler's ViewState is not being preserved properly.