Don't know if it's just me but after I installed the Telerik 2009 Q2 controls it seems like ItemStyle-Width's are ignored when I allow client resize.
Is anyone else experiencing this?
Thanks,
Rich
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 14 Jul 2009, 01:27 PM
Hello Rich,
Using ItemStyle-Width is not recommended. Please use HeaderStyle-Width in order to specify column widths.
In addition, in the latest version of RadGrid we changed the default table layout when column resizing is enabled. To revert to the old behavior, please set ClipCellContentOnResize to "false" in ClientSettings > Resizing.