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

resizing issue when scrolling

1 Answer 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
RAVINDRA
Top achievements
Rank 1
RAVINDRA asked on 31 May 2011, 02:10 PM
GridView is resizing on scrolling even when the data is of the same length in the column. Please find the xaml code snippet and let me know the issue.

<telerik:RadGridView x:Name="EntityDataGrid"
     ItemsSource="{Binding tblOrganizations}"
     SelectedItem="{Binding ElementName=basePage, Path=SelectedEntity, Mode=TwoWay}"> 
  <telerik:RadGridView.Columns>
<telerik:GridViewDataColumn Header="Name" DataMemberBinding="{Binding Name}"/>
<telerik:GridViewDataColumn Header="Abbreviation" DataMemberBinding="{Binding Abbreviation}"/>
<telerik:GridViewDataColumn Header="Description" DataMemberBinding="{Binding Description}" Width="*" />
</telerik:RadGridView.Columns>
</telerik:RadGridView>

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 31 May 2011, 03:38 PM
Hi RAVINDRA,

To avoid resizing , please set a fixed width to the first column versus leaving it to the default value of "Auto".

All the best,
Pavel Pavlov
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
GridView
Asked by
RAVINDRA
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or