Hi,
Im using Ultrawebgrid v2009.1
Is there any property in Ultrawebgrid to enable custom css so that i need to take control of all the styles in the webgrid.
There is CssClass property in webgrid, but the default css is overriding my custom css (i.e. if i specify header image in my custom css, webgrid is taking default header image)...
You can use the application styling structure to override any styles and apply your own. You don't need to create custom style sets, just modify the ones that are already there. To get to the "default" styleset that the grid uses, you can take a look at the "ig_res/default/ig_grid.css".
To learn more about application styling with the controls, check out the following resources.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/?page=Web_Styling_Your_Application2.html
http://community.infragistics.com/aspnet/media/p/79112.aspx
Let me know if you have any follow up questions.
-Taz