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
205
Infragistics Default Style
posted

How to remove infragistics style for specific page not for all pages?

Please help me!!!

Thanks in Advance!!!

Parents
No Data
Reply
  • 1660
    Offline posted

    Hello Prakash,

    In order to remove the styling of specific controls in your pages without removing the ig_res folder that holds the styles, I recommend you using the StyleSetName property and setting its value to a value that doesn’t exist. By default the StyleSetName property is set to “Default” and it is pointing to the “Default’ folder inside the ig_res folder, in case you are using a different style for your controls the StyleSetName should be set to it, however if the StyleSetName is set to a value that doesn’t exist then the controls would not have any styling. This could be achieved with the following markup:

     

    <ig:WebDataGrid ID="WebDataGrid1" runat="server" Height="400" Width="800"  StyleSetName="CustomStyleThatDoesn’tExist" >

     

    Please let me know if you need any further assistance.

    Regards,
    Ivan Kitanov

Children
No Data