I'm trying to change the alternate row background color for particular columns so that they are different from the applied skin that appears in the remaining columns and I'm not sure what I'm doing wrong.
Here is my CSS:
And here is my HTML:
Any help would be greatly appreciated.
Thanks,
Tim
Here is my CSS:
| <style type="text/css"> |
| div.MfgClass tr.rgAltRow |
| { |
| background-color: red; |
| } |
| </style> |
And here is my HTML:
| <telerik:GridBoundColumn DataField="manufacturer" |
| HeaderText="Mfg" SortExpression="manufacturer" |
| UniqueName="manufacturer" ItemStyle-CssClass="MfgClass"> |
| <HeaderStyle Font-Bold="True" HorizontalAlign="Center" VerticalAlign="Middle" /> |
| </telerik:GridBoundColumn> |
Any help would be greatly appreciated.
Thanks,
Tim