Surjit Singh
Top achievements
Rank 1
Surjit Singh
asked on 23 Jun 2010, 10:50 AM
Hi,
i have install the latest telerik asp.net ajax radcontrol. the previous version 2009 which i implement was working fine with respect to Grid Column Width, i.e the width of the column was getting resized as per column data, however with 2010 Q1 version now all the grids column has got the equal or same size.
kindly help me on this.
i have install the latest telerik asp.net ajax radcontrol. the previous version 2009 which i implement was working fine with respect to Grid Column Width, i.e the width of the column was getting resized as per column data, however with 2010 Q1 version now all the grids column has got the equal or same size.
kindly help me on this.
5 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 23 Jun 2010, 10:59 AM
Hello,
Try setting the MasterTableView -> TableLayout property to "Auto" and see whether it helps.
-Shinu.
Try setting the MasterTableView -> TableLayout property to "Auto" and see whether it helps.
-Shinu.
0
Surjit Singh
Top achievements
Rank 1
answered on 23 Jun 2010, 11:07 AM
i tried that it didnt worked...
0
Accepted
Hi Surjit,
If you have column resizing enabled, please set ClipCellContentOnResize="False" in ClientSettings > Resizing.
Kind regards,
Dimo
the Telerik team
If you have column resizing enabled, please set ClipCellContentOnResize="False" in ClientSettings > Resizing.
Kind regards,
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
Matt Okimura
Top achievements
Rank 1
answered on 11 Aug 2010, 01:43 AM
I have done this, yet while resizing, the width the column winds up at is often not what I dragged to. Also, it does sometimes clip the contents. I have these properties specified:
<
Resizing AllowRowResize="false" EnableRealTimeResize="false" ResizeGridOnColumnResize="false" AllowColumnResize="true" ClipCellContentOnResize="false"></Resizing>
Has anyone been experiencing very erratic resizing behavior?
0
Hi Richard,
In some cases (e.g. when using static headers with column widths) the MasterTableView layout is automatically set to Fixed. In this case, if you disable text wrapping, or if you resize a column so that it is narrower than a single word, the content will be clipped.
Greetings,
Dimo
the Telerik team
In some cases (e.g. when using static headers with column widths) the MasterTableView layout is automatically set to Fixed. In this case, if you disable text wrapping, or if you resize a column so that it is narrower than a single word, the content will be clipped.
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