I have a WebScheduleInfo control that gets the activites through a custom class in my code. I want to setup it up that the WebMonthView that uses the WebScheduleInfo shows the multiple resources. When I change the "EnableMultiResourceView" = true, the WebMonthView will not even work.
Does anyone know what are the steps to incorporate the multiple resources into this so it can work?
Hello,
Try using the WebScheduleGenericDataProvider and map the resource field to the resources within your collection. Here is an example on how to use the generic data provider.
http://samples.infragistics.com/2010.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebSchedule/WebSchedule_GenericDataProvider_ICollection.aspx~srcview.aspx?path=~srcview.aspx?path=WebSchedule/WebSchedule_GenericDataProvider_ICollection.src
-Taz.