Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
WebSchedule Data refreshing
posted

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.