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

[Solved] Grid border display issue

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yew
Top achievements
Rank 1
Yew asked on 26 Feb 2013, 08:48 AM
Referring to the image attached, I have this problem when i set the grid's width to 100%. Is there any other method to solve this..

1 Answer, 1 is accepted

Sort by
0
Yew
Top achievements
Rank 1
answered on 27 Feb 2013, 01:53 AM
I have found the solution. Add this css in the page.
.RadGrid_<Your Skin>
{
   float: left;
   position: relative;
}
Tags
Grid
Asked by
Yew
Top achievements
Rank 1
Answers by
Yew
Top achievements
Rank 1
Share this question
or