Hello, I have posted this in other forum, but I think this is the good place. I have a XamGrid with many columns grouped. After updating to the last version of your netAdvantage for silverlight, I have noticed that each time I choose a cell the scroll moves automatically and sets the selected column in the first place of the scroll. My users have complaint about this, because to change a value of the cell, when they click on the desired cell, it is moved automatically, and they get messed up with the table and cells they want to change. Any Idea of how to avoid this behavior?
<ig:XamGrid x:Name="dataGrid" Grid.Row="1" Height="Auto" ActiveItem="{Binding SelectedItem, Mode=TwoWay}" CellExitedEditMode="dataGrid_CellExitedEditMode" CellDoubleClicked="dataGrid_CellDoubleClicked" ItemsSource="{Binding modelSource, Mode=TwoWay}" AutoGenerateColumns="False" Style="{StaticResource XamGridStyle}" CellStyle="{StaticResource CellControlStyle}" HeaderStyle="{StaticResource HeaderCellControlStyle}" FillerColumnSettings="{StaticResource FillerColumnSettings}" DataContextChanged="dataGrid_DataContextChanged"> <ig:XamGrid.FixedColumnSettings> <ig:FixedColumnSettings AllowFixedColumns="Disabled"></ig:FixedColumnSettings> </ig:XamGrid.FixedColumnSettings>
...
Thank you
HI,
Did applying the latest service release resolve your issue?
Sincerely,
Matt
Developer Support Engineer
Yes, I've got the last one, just bought some weeks ago
Please let me know if you need further assistance regarding this issue.
Matt Developer Support Engineer
Did you apply the latest service release?
Sincerely, Matt Developer Support Engineer
Hi!
I've just check your demo. I do not know if the problem comes from my structure of data. My grid is wide in horizontal, not in vertical. I can be also a problem of my structure inside the view, I've got a structure that fits dynamically the window to the size of the screen resolution.