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

Vertical GridLines for Vista Theme

2 Answers 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
saranya
Top achievements
Rank 1
saranya asked on 22 Feb 2011, 12:11 PM
Hi All

         I am using radgrid inside custom server control.Then am applying Vista Theme using RadSkinManager in my .aspx page(i mean my test page).From the forum post i come to know Vista theme don't have vertical Grid lines.How can i apply css for rad grid vertical grid lines for vista theme inside the custom server control.Any suggestions.It's urgent pls?..


Thank You
Saranya...

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 23 Feb 2011, 06:07 AM
Hello Saranya,

Try adding the following CSS code to your page to show vertical borders for RadGrid.

CSS:
<style type="text/css">
       div.RadGrid_Vista .rgHeader,
       div.RadGrid_Vista th.rgResizeCol,
       div.RadGrid_Vista .rgFilterRow td,
        div.RadGrid_Vista .rgRow td,
        div.RadGrid_Vista .rgAltRow td,
        div.RadGrid_Vista .rgEditRow td,
        div.RadGrid_Vista .rgFooter td
       {
           border-left: 1px solid red;
       }
   </style>

Thanks,
Princy.
0
saranya
Top achievements
Rank 1
answered on 23 Feb 2011, 07:40 AM
Thank u princy.it's working fine..
Tags
Grid
Asked by
saranya
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
saranya
Top achievements
Rank 1
Share this question
or