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

[Solved] Frozen column and wrap="false" for ItemStyle and HeaderStyle

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kachy
Top achievements
Rank 1
kachy asked on 03 Mar 2010, 02:20 AM
Hi,

For most of my RadGrid, I use ItemStyle wrap="false" and headerstyle wrap="false" to take the maximum size without any extra space or wrapping. But for frozen column that does not work. I saw in some forum posts that to scroll through all the columns properly, I have to give Headerstyle width to some fixed pixel at Mastertableview level and then increase or decrease the width as per the requirement for other columns explicilty. It works ok but there are extra white space or sometimes wrapping if the column value is big. Is there a way to have wrap="false" for Item and headerstyle with frozen column?

Thanks.
 

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 03 Mar 2010, 09:13 AM
Hello Kachy,

Can you please check whether setting fixed widths for your grid columns (through their HeaderStyle -> Width property) and TableLayout = Fixed for the master table makes a difference? Note that the default table layout for the grid with scrolling enabled is auto and this may cause the unwanted effect when you enable the frozen columns functionality.

All the best,
Pavlina
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.
Tags
Grid
Asked by
kachy
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or