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

Column Resizing Problem

1 Answer 155 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Stefan asked on 07 Feb 2011, 09:09 PM
I have enabled Column Resizing (CanUserResizeColumns="True") for my GridView.  When I attempt to resize the columns I see the left and right arrow while hovering over the column edge.  When I click and drag the mouse to resize the column, the column resize a couple of pixels and then the whole column header starts to drag like when you re-order the columns. My GridView is defined as follows:

<telerik:RadGridView x:Name="gridViewAccounts" Grid.Column="1" Grid.Row="2" telerikGridViewFilter:CustomFilterRow.IsEnabled="False" RowDetailsTemplate="{StaticResource AccountRowDetailsTemplate}" ColumnWidth="*" HorizontalAlignment="Stretch" SelectionMode="Extended" telerikDragDrop:RadDragAndDropManager.AllowDrag="True" telerikDragDrop:RadDragAndDropManager.AllowDrop="True" Loaded="gridViewAccounts_Loaded" AutoGenerateColumns="False" CanUserFreezeColumns="False" SelectionUnit="FullRow" AddingNewDataItem="gridViewAccounts_AddingNewDataItem" ShowInsertRow="False" RowDetailsVisibilityMode="Collapsed" Pasting="gridViewAccounts_Pasting" Copying="gridViewAccounts_Copying" CanUserResizeColumns="True" AllowDrop="True">

This may be related to another problem I am experiencing.

http://www.telerik.com/community/forums/wpf/gridview/filtering-dialog-immediately-closes.aspx

 

 

 

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 08 Feb 2011, 05:52 PM
Hi Stefan,

 Unfortunately we couldn't reproduce the described issue. Would you send us your project, please.

Sincerely,
Ivan Ivanov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
GridView
Asked by
Stefan
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or