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

[Solved] Grid width on autogenerated columns

2 Answers 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 2
Richard asked on 10 Jul 2009, 06:35 PM
I just installed the lates telerik controls (Q2-2009) and now my grid is all squished into the page.  Does anyone know what property I have to set to have the grid expand width-wise beyond the page so the columns all look natural?

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 14 Jul 2009, 12:54 PM
Hi Richard,

There is a change in the default RadGrid TableLayout when column resizing is enabled. Try setting in the RadGrid ClientSettings:

<Resizing ClipCellContentOnResize="false" />

If the above is not relevant to your scenario, please send us a sample page or at least your RadGrid declaration. Thanks.

All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Richard
Top achievements
Rank 2
answered on 14 Jul 2009, 01:43 PM
Thanks Dimo.  That did the trick.  I tried every combination I could think of.  I thought that Clipping was used to remove excess data to prevent wrapping. 
Tags
Grid
Asked by
Richard
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Richard
Top achievements
Rank 2
Share this question
or