Can someone please help, I am trying to create a method that will allow a user to type a row number in and the method will 'jump' them to that row. When the row number is passed in for instance.
I am using a dataTable as the item source for the datagrid.
The user can see the row numbers on the side of the datagrid.
Exmaple: User types in row 250 and the datagrid is moved to that row.
I am using the WPF datagrid and c# 4.0.