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

bug with wide Grid in not full width window of browser

2 Answers 120 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lina fetisova
Top achievements
Rank 1
lina fetisova asked on 01 Nov 2010, 05:31 AM
Good day!
When I turn my browser's window all grids look well (you can see it at pic1), but two wide RadGrids overlaps the site's menu :( (you can see it at pic2)
what can I do with this grids for them to look well? all the code & style in them are like in other grids. all the columns in them are necessary.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 02 Nov 2010, 05:16 PM
Hi Lina,

The observed behavior is not a bug, as you are trying to fit the RadGrid in a smaller space than the control requires with the current data. You should do one of the following things:

1. Set min-width style to RadGrid in pixels
2. Set min-width style to a RadGrid parent element in pixels
3. Enable RadGrid scrolling

http://www.telerik.com/help/aspnet-ajax/grdbasicscrolling.html

http://www.telerik.com/help/aspnet-ajax/grdscrollwithstaticheaders.html

Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
lina fetisova
Top achievements
Rank 1
answered on 03 Nov 2010, 04:33 AM
Dimo! That's great! Thank you very much!!!!!!
Tags
Grid
Asked by
lina fetisova
Top achievements
Rank 1
Answers by
Dimo
Telerik team
lina fetisova
Top achievements
Rank 1
Share this question
or