Is there a way to control the navigation of the grid rows using move first, previous, next and last; similar to MS Access's record navigator.
Hello,
Yes, you could use the DataPresenterCommands of the XamDataGrid, like this :
xamDataGrid.ExecuteCommand(DataPresenterCommands. ... );