In my GridView the user selects a number of rows, and then asks to do some processing based on each of the selected rows, one by one.
The rows are typically selected by "normal" multirow selection, by pressing the shift or ctrl key and clicking the rows/range of rows in question. The last clicked row is then selected, and the arrow to the left is on this row, while the others are marked with blue.
When the processing begins the first (topmost) row and then the rest in sequence. I would like the arrow to follow the row in progress, but by setting CurrentRow, the "multiselection" is cleared, and only the CurrentRow is marked with blue.
Is there a way to programatically move the arrow to the left without clearing the "multiselection"?
Regards, Jill-Connie Lorentsen