Hello Telerik,
I've got a RadGridView that has some columns... when I scroll down the grid and there's a column content that doesn't fit the column width it enlarges the column to content's size... if I'm not wrong there is a property for setting not to enlarge... but I can't find it, can you please help me?
Thanks
I've got a RadGridView that has some columns... when I scroll down the grid and there's a column content that doesn't fit the column width it enlarges the column to content's size... if I'm not wrong there is a property for setting not to enlarge... but I can't find it, can you please help me?
Thanks
5 Answers, 1 is accepted
0
Hello,
Vlad
the Telerik team
You will need to set Width in pixels to achieve your goal.
Regards,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0

Michele
Top achievements
Rank 2
answered on 16 Dec 2011, 11:58 AM
So there's not a property of GridView to say "don't expand the columns"?
0
Hi,
Vlad
the Telerik team
The default width for grid columns is "Auto" - width will be dependent on cells content.
Kind regards,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0

Michele
Top achievements
Rank 2
answered on 16 Dec 2011, 12:12 PM
OK but is it at single column level or at RadGridView level?
0
Accepted
Hi,
Vlad
the Telerik team
I strongly suggest you to read our documentation before asking on our forums!
You have property for all grid columns (ColumnWidth) and Width property for every column.
Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>