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
215
Styles After Deployment not Working
posted

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 ?

Parents
No Data
Reply
  • 215
    Verified Answer
    posted

    I solved the problem by enabling the style for each infragistc control I am using inside each control .

    by setting :

    EnableAppStyling="True"

     StyleSetName="Office2007Blue"

Children
No Data