I have a DataGrid that Refreshes Automatically after being saved. This is fine except that it automatically selects the 1st row of the grid after it saves. I would like it to stay on the row that was just modified. I have a variable that stores the row that is clicked on, I just don't know how to code VB so that it jumps to that row.
I tried "DataGrid.R ow = intRow", but it still goes to the first row.
Thanks!
I tried "DataGrid.R ow = intRow", but it still goes to the first row.
Thanks!