Near a WinGrid we have 2 buttons "Up" and "Down".
That means that we need to move upper in the grid list the CurrentRow.
Is there some ways to do it without modifying the datasource or other "hard" actions?
Hello serhiol,
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
This is a good answer, just to remark that we do it with all the selected (not specially the active row).
Also, selected rows could be multiple rows (not specially a continuous selection).
But I think with your answer we could manage it. Thanks.