This question is locked. New answers and comments are not allowed.
Hi,
My grid is setup to allow users to use the context menu to show and hide columns. I also allow users to move columns.
The problem is that when moving the columns some rows do not show correctly. There row data has not been updated to show the new layout after the column has been moved.
The problem can then get worse with every next move resulting in some very strange layouts.
Any help on this one?
My grid is setup to allow users to use the context menu to show and hide columns. I also allow users to move columns.
The problem is that when moving the columns some rows do not show correctly. There row data has not been updated to show the new layout after the column has been moved.
The problem can then get worse with every next move resulting in some very strange layouts.
Any help on this one?
<
telerikGridView:RadGridView x:Name="GridDataClients" ItemsSource="{Binding Path=Clients}"
DataLoadMode="Asynchronous"
EnableColumnVirtualization="True"
EnableRowVirtualization="True"
AutoGenerateColumns="False"
IsReadOnly="True"
RowIndicatorVisibility="Collapsed"
ColumnsWidthMode="Auto"
infcontrols:GridViewHeaderMenu.IsEnabled="True"
>