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
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.
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.