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

resize grid

2 Answers 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 04 Nov 2008, 04:33 AM
if i have 3 columns then my grid display fine in a 400 px wide table per say. but if i have lots of columns 20 for instance, and eventhough i specifically say allowscroll, it still expand my table to like width to 1000px wide. although you only see the grid with size 400 px wide but then you would see a blank space on the right. why is this? could you help me figure out what to do with the size of the grid. thank you.
remember i tried, mastertablview width,radgrid width and it still doesn't work. please help me. please please.

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 04 Nov 2008, 08:03 AM
Hello Duy,

Most probably, you have hit the Internet Explorer bug, which is related to placing a table inside a scrollable container inside another table. In this case the outer table expands as if the container is not scrollable.

Please try setting an overflow:hidden style to RadGrid:

<telerik:RadGrid  style="overflow:hidden"  />

Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
appdev
Top achievements
Rank 1
answered on 04 Nov 2008, 11:19 AM
that fixes it. thank you
Tags
Grid
Asked by
appdev
Top achievements
Rank 1
Answers by
Dimo
Telerik team
appdev
Top achievements
Rank 1
Share this question
or