Hi to the Telerik team,
I'm facing a problem with the size of the columns in a RadGrid. The problem starts when I expand a context bar in the right part of the screen, i have 2 grids and they decrease their size when i expand the bar, so the width of the columns, now when i contract it, it is suposed that the column width should go back to the original size but the columns of one of the grid never returns to the original size, they stay as when the grid was contracted.
The properties set in that grid are:
MultipleSelect="False" UseAlternateRowStyle="True" Grid.Row="2" Grid.Column="0" RowLoaded="RowLoaded_Event" AutoGenerateColumns="False" ColumnsWidthMode="Fill" ItemsSource="{Binding source}" SelectedItem="{Binding Path=Selected, Mode=TwoWay}" ValidationMode="Row" RowEditEnded="RowEditEnded_Event" BeginningEdit="BeginningEdit_Event" VirtualizingStackPanel.VirtualizationMode="Standard" AutoExpandGroups="True" CanUserFreezeColumns="True" |
and in each column i have:
Header="Name" IsResizable="True" MinWidth="17" DataMemberBinding="{Binding Name, Mode=TwoWay}" IsReadOnly="True" |
For some columns i dont' declare the width property, so the column fill the left space at the first time the data is loaded, and that works the first time, but not after if contract the grids.
Any ideas or suggestions about this thread?
Greeting to the Telerik team.