The horizontal line just above the group header:
Sample CSS to work around the issue:
html body .RadGrid.RadGrid_Windows7 .rgGroupHeader,
html body .RadGrid.RadGrid_Vista .rgGroupHeader {
background-image: none;
}
html body .RadGrid.RadGrid_Windows7 .rgGroupHeader > td:last-child {
border-bottom: 1px solid rgb(155, 201, 255);
}
html body .RadGrid.RadGrid_Vista .rgGroupHeader > td:last-child {
border-bottom: 1px solid rgb(146, 152, 161);
}
Kind regards,
Doncho
Progress Telerik