i have tried to use css with webgrid but somehow it does not work properly for instance grid is using css class of header
for rows even though is have different css classes assigned for both the header default, row deafule and alternate row. i have done is in .aspx file that means on client side. i have tired doing this on server side also with no success. Any Help will be really appriciatred.
Hello,
1. In what order are the Row, AlternateRow and Header styles in your .css file ?
2. Maybe these articles will help you
http://forums.archive.infragistics.com/readmessage?id=%3C6a29922e$54d9aac9$5caf8@news.infragistics.com%3E&group=infragistics.products.netadvantage.aspnet.webgrid#%3C6a29922e$54d9aac9$5caf8@news.infragistics.com%3E
http://forums.archive.infragistics.com/readmessage?id=%3C4fe416f$59b393f2$c6bd9@news.infragistics.com%3E&group=infragistics.products.netadvantage.aspnet.webgrid#%3C4fe416f$59b393f2$c6bd9@news.infragistics.com%3E
Try adding OptimizeCSSClassNamesOutput="true" MergeStyles="false" to DisplayLayout of your gird.