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

Vertical grid lines in Forest skin

4 Answers 146 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brett Robichaud
Top achievements
Rank 1
Brett Robichaud asked on 07 Apr 2009, 12:45 AM
I've just upgraded to 2009.1 of RadControls and have been using the Forest skin. It appears that the vertical grid lines have been removed from this skin in the latest code. I really like the vertical lines, is there any way I can add them back? Setting GridLines="Vertical" does not accomplish this, it seems to only add lines to the filter header.

4 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 07 Apr 2009, 12:23 PM
Hi Brett,

Although GridLines and CSS borders are different things, the GridLines property is influenced by the border CSS styles used in the same context (RadGrid).

Please add this CSS code to your website and the vertical borders for RadGrid Forest will appear:

div.RadGrid_Forest .rgHeader,
div.RadGrid_Forest th.rgResizeCol,
div.RadGrid_Forest .rgFilterRow td,
div.RadGrid_Forest .rgRow td,
div.RadGrid_Forest .rgAltRow td,
div.RadGrid_Forest .rgEditRow td,
div.RadGrid_Forest .rgFooter td
{
      border-left:1px solid red;
}


All the best,
Dimo
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Brett Robichaud
Top achievements
Rank 1
answered on 07 Apr 2009, 04:28 PM
Perfect. Thank you.
0
Mohamed Salah Al-Din
Top achievements
Rank 1
answered on 08 Mar 2010, 03:29 PM
thanks, it helps me too.
0
Kiran
Top achievements
Rank 2
answered on 29 Mar 2012, 07:13 AM
Thanx
Tags
Grid
Asked by
Brett Robichaud
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Brett Robichaud
Top achievements
Rank 1
Mohamed Salah Al-Din
Top achievements
Rank 1
Kiran
Top achievements
Rank 2
Share this question
or