I do not have a lot of experience in data grid views so here goes:
How do you return to the original row of a data grid view after the grid is reloaded?
For example you have a DGV displayed on the screen. The user selects the 60th row and processes it. The program reloads the DGV with the updated data. When the program reloads the DGV, cursor always goes to line 1 of the DGV and not to line 60. This get frustrating as the user has to scroll down the DGV to the 60th row.
How can you over come this situation?
Thanks.