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

AutoFill column Issue

2 Answers 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Konrad Sikorski
Top achievements
Rank 1
Konrad Sikorski asked on 27 Sep 2011, 11:07 AM
Hi,

When column has set width property to "*" than user cannot decrease a size of it but can enlarge. Is it by design? I think that user should be able to change size of this column in both direction.
<UserControl x:Class="tmpTelerikGridColumnWidthBug.MainPage"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
  
    <telerik:RadGridView >
        <telerik:RadGridView.Columns>
            <telerik:GridViewColumn Header="Column1" />
            <telerik:GridViewColumn Header="Column2" Width="*"/>
            <telerik:GridViewColumn Header="Column3"/>
        </telerik:RadGridView.Columns>
    </telerik:RadGridView>
</UserControl>

2 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 27 Sep 2011, 01:42 PM
Hi Konrad,

 

I believe that you will find the answer you need in the following forum thread "Can't resize column with TextTrimming="WordEllipse" and Width="*"".
If you need any additional information do not hesitate to contact us!



Greetings,
Vanya Pavlova
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Konrad Sikorski
Top achievements
Rank 1
answered on 29 Sep 2011, 08:46 AM
So the GridView doesn't have built-in  functionality for fill column? The star is almost perfect. I think that such column should allow user change size in both directions but when he does this than this column with should be changed from star to fix
Tags
GridView
Asked by
Konrad Sikorski
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Konrad Sikorski
Top achievements
Rank 1
Share this question
or