I am using a RadScheduler that I fill from codebehind, meaning I insert each appointment through code, and do not connect the scheduler to a datasource. When the user changes views (from day to week), I fill the scheduler again for the visible time period. So when in day view, i only get the items for the day in question, same for week, month etc.
Now, when I first enter the page I am in day view and all looks fine. If I then switch to another view, all is still fine. If i change view AGAIN (second time), to month or timeline view, the UI is not updated. The boxes for the dates are all there, but not the day-numbers inside, and not my appointments. If I now hover over a date, the day number and appointment items appear for that date. I have to hover the mouse over each date for them to display anything. Anyone know why?
Now, when I first enter the page I am in day view and all looks fine. If I then switch to another view, all is still fine. If i change view AGAIN (second time), to month or timeline view, the UI is not updated. The boxes for the dates are all there, but not the day-numbers inside, and not my appointments. If I now hover over a date, the day number and appointment items appear for that date. I have to hover the mouse over each date for them to display anything. Anyone know why?