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

borders are comming in radgrid

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
NIRAKAR
Top achievements
Rank 1
NIRAKAR asked on 11 Mar 2009, 06:21 AM
Hi,

while implementing radgrid, double Borders are comming. How to remove the borders from the grid.


Nirakar.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Mar 2009, 09:22 AM
Hi Nirakar,

Try the following  Css code to remove borders from Grid and see if it helps.

Style.Css:
 <style type="text/css"
    
 .GridRow_Hay td, 
.GridAltRow_Hay td, 
.GridEditRow_Hay td, 
.GridFooter_Hay td, 
.GridGroupFooter_Hay td, 
.GridFilterRow_Hay td, 
.GridHeader_Hay, 
.ResizeHeader_Hay, 
.GroupHeader_Hay td 
     
      { 
     
        border:None !Important; 
      } 
    </style> 
    

Note: 'Hay' is the Skin i applied for my Grid. You can try with the Skin which you have applied for your Grid.

Thanks
Shinu

Tags
Grid
Asked by
NIRAKAR
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or