SyntaxFix
Write A Post
Hire A Developer
Questions
There is the RowIndex property for the CurrentCell property for the DataGridView.
RowIndex
CurrentCell
datagridview.CurrentCell.RowIndex
Handle the SelectionChanged event and find the index of the selected row as above.
SelectionChanged