Hi,
I need your help, I created some user controls that uses infragistics controls and styles,
I compiled my controls into dll files and now when I want to use my combiled dll files to build a web application, the styles are not working, I copied the "ig_res" folder, updated the web.config file to contain:
<infragistics.web enableAppStyling="true" styleSetName="Office2007Blue" styleSetPath="~/ig_res/"/>
and I added a reference to this dll file : Infragistics35.Web.v9.1
is there a way to get the styles to works ?
I solved the problem by enabling the style for each infragistc control I am using inside each control .
by setting :
EnableAppStyling="True"
StyleSetName="Office2007Blue"