i want to set first row as current row in datagrid view.
in vb we can it as

Code:
grid.Row=1
Thanks in advance