I've been able to programmatically set the SelectedItem in a WPF RadGridView and then call ScrollIntoView to get it to be visible in the grid. But when I couple that with a RadDataPager it stops working. I suspect I have to do something like Scroll in the pager, or instead of. I have an object with a public SelectedItem that I had been passing into the gridview.ScrollIntoView. Is there something like this I need to do to get at the right page of the DataPager, so my selected item shows up?