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

Resize column broken

3 Answers 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Deepika
Top achievements
Rank 1
Deepika asked on 31 Mar 2015, 06:06 AM
On pulling the column in thus trying to resize it, the column collapses into a tiny width and refuses to get back in place.

I haven't a clue why this could be happening, hope someone from this forum could help.
  
TIA, 
Deepika

3 Answers, 1 is accepted

Sort by
0
Deepika
Top achievements
Rank 1
answered on 31 Mar 2015, 06:24 AM
Code for the particular column is given below

<telerik:GridViewColumn IsReadOnly="False" IsSortable="False"
Header="Options', EnUsDefault='Options'}" Background="White"  Width="100">
<telerik:GridViewColumn.CellTemplate>
<DataTemplate>
<Button Content="Edit" Command="{Binding Path=EditCommand}" HorizontalAlignment="Center" VerticalAlignment="Center" />
</DataTemplate>
</telerik:GridViewColumn.CellTemplate>
</telerik:GridViewColumn>


0
Dimitrina
Telerik team
answered on 01 Apr 2015, 12:19 PM
Hello Deepika,

I can see the Width of this column is a fixed size: 100. Do you have any "*"-sized columns defined to be displayed before it? If so, then we are aware of this problem, however, it is still not resolved.

Regards,
Dimitrina
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Deepika
Top achievements
Rank 1
answered on 07 Apr 2015, 06:26 AM

Hi Dimitrina,

Yep, I realised that was the issue. i removed the width for now, and it works!

Thanks a bunch,

Deepika

Tags
GridView
Asked by
Deepika
Top achievements
Rank 1
Answers by
Deepika
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or