Posted 18 August 2023, 11:45 pm EST
-
How do I clear all selections from the grid?
-
When I select a row programmatically, how do I raise it to the top? I don’t want to actually move the row, just scroll it to the top, so to speak.
Much Thanks,
dj
Forums Home / ComponentOne / WinForms Edition
Posted by: djquecke on 18 August 2023, 11:45 pm EST
Posted 18 August 2023, 11:45 pm EST
How do I clear all selections from the grid?
When I select a row programmatically, how do I raise it to the top? I don’t want to actually move the row, just scroll it to the top, so to speak.
Much Thanks,
dj
Posted 20 August 2023, 11:27 pm EST
Hello DJ,
c1FlexGrid1.Select(-1,-1);
Please find the attached sample implementing the same.
Regards,
Prabhat Sharma.