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

Column resizing in Telerik Rad grid.

3 Answers 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sudha
Top achievements
Rank 1
Sudha asked on 07 Nov 2011, 06:51 AM

Hi ,
We have implemented column resizing in the telerik rad grids. When we resize the width of one column, all the other columns in the grid are automatically getting resized, which we do not want. One more issue is , when we reduce the width of a column, it sometimes increases. Please find the screen shot for more details. I have reduced the size to 173 pixels , but the column border(marked in red)
width is very much lager than expected.
I have set follwing properties for the rad grid.

 

 

 

<Resizing AllowResizeToFit="true" AllowColumnResize="True" AllowRowResize="false"

 

 

 

ResizeGridOnColumnResize="false" ClipCellContentOnResize="false" EnableRealTimeResize="false"/>

 

 

 

 


Kindly help us in resolving these 2 issues.

Thanks,
Sudha.

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Nov 2011, 07:05 AM
Hello Sudha,

Try setting the TableLayout property.
aspx:
<MasterTableView TableLayout="Fixed" Width="100%">
</MasterTableView>

Thanks,
Shinu.
0
Sudha
Top achievements
Rank 1
answered on 16 Nov 2011, 01:48 PM
HI,
This did not work. Please help.

Thanks,
Sudha.
0
Mira
Telerik team
answered on 16 Nov 2011, 03:19 PM
Hello Sudha,

Could you please try setting the following property:
ClientSettings -> Resizing -> ResizeGridOnColumnResize = true
and let me know whether it helps?

I am looking forward to your reply.

Kind regards,
Mira
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Sudha
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Sudha
Top achievements
Rank 1
Mira
Telerik team
Share this question
or