This is a migrated thread and some comments may be shown as answers.

Border of last row not showing in Grid

1 Answer 331 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Baljit
Top achievements
Rank 1
Baljit asked on 09 Dec 2011, 04:56 PM
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

Sort by
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
Tags
Grid
Asked by
Baljit
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or