Putting a specific row first in a datagridview
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there fellow programmers! I have a datagridview with say 20 rows, and I know that only ONE of them has a certain value in one of its cells. What I want to do is displaying this one row in top of the others, so it shows itself first. There is no way i can set it first via sorting, and the FirstDisplayedScrollingRowIndex property doesnt seem to work unless Im doing something wrong - I'm setting in there the index of the row. Any ideas? Thanks in advance