Hello,
How to programmatically go to selected row? I'm talking about situation when you changed sorting and selected row now in the end or middle of list out of visible area.
xamGrid1.ScrollCellIntoView(xamGrid1.SelectionSettings.SelectedRows[0].Cells[0]);
I have version 2010 Q2 an method ScrollCellIntoView does not exists in the xamGrid.