I'm trying to change the colors of resources, so as not to use the defaults. I used the code below, that I saw on another post. This works fine when the page is loaded. But when I click on that resource on the resource ribbon (at the top), it changes back to the default Outlook colors. Is there another setting I also have to change?
WebScheduleInfo2.VisibleResources.GetResourceFromName("John").Style.BackColor = System.Drawing.Color.Blue
Hello Scott,
You should set EnableSmartCallbacks="True"
EnableSmartCallbacks
="True"
I recommend you handling ResourcesFetched event for the purpose.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=WebSchedule_Set_Visible_Resources.html
Also you can set EnableAppStyling = false (of the WebDayView ) if you want to customize fully the look and feel.
Let me know if you need further assistance regarding this