The bottom border of the last row in radgrid control is not showing whenever the grid is not fully filled.
1 Answer, 1 is accepted
0
Galin
Telerik team
answered on 12 Dec 2011, 04:19 PM
Hello Baljit,
By default, each row in the MasterTableView has 1px bottom-border, but in some of the Skins (Default, Hay, Sunset, etc.) this border is in same colour as the background-colour of the row. However, you can colorize it with the following CSS rule:
div.RadGrid_Sunset .rgRow td,
div.RadGrid_Sunset .rgAltRow td
{
border-bottom-color: #ccc;
}
For other Skins, replace _Sunset with their _Name.
I hope this helps.
All the best,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now