Hi,
We are using GGC multi-select in the grid, and the user wants to highlight the current row based from these scenarios:
1) Deleting a single grid, highlight the next one after deletion.
2) Highlighting multiple rows from top going down using mouse click then DO DELETION then identify and highlight the current row after deletion;
3) Highlighting multiple rows from down going up using mouse click then DO DELETION then identify and highlight the current row after deletion;
4) Highlighting multiple rows using CTRL-mouse-click randomly then DO DELETION then identify and highlight the current row after deletion;
5) Highlighting multiple rows using SHIFT-mouse-click (click one row then clicking another row down severals rows using SHIFT-mouse click) then DO DELETION then identify and highlight the current row after deletion;
So, what we have done so far in our code:
Single deletion and highlighting the next current row;
The other ones (2 to 5 above) are quite challenging and difficult to implement.
Thanks