I have a page with a WebWeekView and a WebDayView control. During page load I manually load data into the WebScheduleInfo control for the current week. I manually load activities into the WebScheduleInfo control since my database structure in not the same as described by the Infragistics data model. I am trying to figure out how to load a new set of data when a user navigates to the next/previous week on the WebWeekView. I tried getting the FrameIntervalChanging method to work but for some reason this is firing 3 time for each change of week. Also, not all my activies that show in the week view will show in the day view.
Any help would be appriciated.