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

[Solved] How To Remove Line When Radgrid is Larger Than DIV or Natural Page Width

2 Answers 174 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jgill
Top achievements
Rank 1
jgill asked on 30 Oct 2009, 05:56 PM
I have a RadGrid that is wider than it's container DIV.  When the RdgGrid is rendered, it renders to it's full width, however a line is generated where the natural end of the DIV would be (if the RadGrid was not larger than the container).

I would like to expand the div to the width of the RadGrid or remove the blue line below in cases where the RadGrid is larger than the natural width of the container.

.twocolright {  
float:rightright;  
padding:10px 10px 20px 5px;  
width:75%;  

body {  
    margin:0;  
    padding:0;  
    border:0;           /* This removes the border around the viewport in old versions of IE */ 
    outline: 0;  
    width:100%;  
    backgroundtransparent;  
    min-width:960px;  
}  
 

2 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 30 Oct 2009, 09:02 PM
I believe this forum post by a Telerik team member should be able to help you out :D
0
jgill
Top achievements
Rank 1
answered on 30 Oct 2009, 09:27 PM
Thank you!  This solved the issue!
Tags
Grid
Asked by
jgill
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
jgill
Top achievements
Rank 1
Share this question
or