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

Removing all borders from vista theme

1 Answer 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
George Belardo
Top achievements
Rank 1
George Belardo asked on 17 Jul 2008, 04:59 PM
Hello, I would like to hide all borders in the vista grid. I was able to hide the separator lines using the following css. However, there are still boxes showing around the child objects in my hierarchy grid. What other css tags do i need to add?

.RadGrid_Vista .GridRow_Vista td,
        .RadGrid_Vista .GridAltRow_Vista td
        {
            border:none;
        }  

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Jul 2008, 08:14 AM
Hi, 

Can you try setting the border as shown below.

Style.Css:
.MasterTable_Vista 
    border:none; 
 
.MasterTable_Vista td 
    border:none; 

Thanks
Princy.
Tags
Grid
Asked by
George Belardo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or