SyntaxFix
Write A Post
Hire A Developer
Questions
you can do this by : CellDoubleClick Event this is code.
CellDoubleClick
private void datagridview1_CellDoubleClick(object sender, DataGridViewCellEventArgs e) { MessageBox.Show(e.RowIndex.ToString()); }