Thursday, February 23, 2012

Infragistics: How to set Application Styling settings through Web.Config

You can use the AppStyling Visual Studio Add-in which is available from the Tools menu in Visual Studio or alternatively, you can manually add the settings into your web.config as seen below.
<configSections>  
   <section name="infragistics.web" 
type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, 
Culture=neutral, 
PublicKeyToken=b77a5c561934e089" />
</configSections>
<infragistics.web styleSetName="ElectricBlue" styleSetPath="~/ig_res" 
enableAppStyling="true" />


Good luck

3 comments:

  1. WOW &X6a;ust what I was looking for. Came hеre by searching for

    My web-site; http://longhaulbombers.com/

    ReplyDelete

  2. Perfect solution. but part of the code hidden behind the picture, it is possible to somehow fix it?
    Richard Brown best data rooms

    ReplyDelete
    Replies
    1. Thanks for the feedback.
      Done changes. Hope you can see it full now.

      Delete