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
25
Webgrid not shown with specified Theme css/skin
posted

Hello,

I've been using .net 2.0 themes for a while. The first infragistics control I used for this technique was ultraweblistbar and the styles and skin were applied correctly. Now I am trying to get ultrawebgrid to work with a set of css and a skin; for some reason the compiler is generating new css styles and placing them inside the html code, just before the themed css. For a class assignment inside the html code, the code now looks like this:

.....<style type="text/css">
ig_ab9ca43_7{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;background-color:White;border-color:Silver;border-style:Solid;border-width:1px;width:200px;height:300px;padding-left:2px;overflow:auto;}
 .ig_ab9ca43_8{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;background-color:White;border-color:Silver;border-style:Solid;border-width:1px;padding-left:2px;overflow:auto;}
 .ig_ab9ca43_9{background-color:#151C55;color:White;}
 ....</style>
<td class="ig_ab9ca43_2 igwg_rowStyleDefault"> ...

Please notice the bold class, it is the only one supposed to be there; finally the look of the grid is very different than the expected.

The infragistics app styling is disabled, page theme is enabled and other controls in the same page are getting the styles and skins properly.

Could someone please help me out with this issue?

Thanks in advance,

 Yasel Prado