Hello All,
My grid has skin windows7 and the grid has a lot of template columns. On selection of a row, the highlighted row has underline below the template column data due to Border-Bottom-Style: solid; I want to remove this style so that the underline disappears on selection of a row.

I applied the following style on the form with the grid to override the style but it doesn't work.. Can you please help me?
.RadGrid_Windows7 .rgRow td, .RadGrid_Windows7 .rgAltRow td, .RadGrid_Windows7 .rgEditRow td, .RadGrid_Windows7 .rgFooter td
{
border-bottom-style: none;
border-bottom-width:0px;
}
My grid has skin windows7 and the grid has a lot of template columns. On selection of a row, the highlighted row has underline below the template column data due to Border-Bottom-Style: solid; I want to remove this style so that the underline disappears on selection of a row.
I applied the following style on the form with the grid to override the style but it doesn't work.. Can you please help me?
.RadGrid_Windows7 .rgRow td, .RadGrid_Windows7 .rgAltRow td, .RadGrid_Windows7 .rgEditRow td, .RadGrid_Windows7 .rgFooter td
{
border-bottom-style: none;
border-bottom-width:0px;
}