G
Guest
The code below returns a string which includes the index=X for th row being
edited. Does anyone know a way to just get an int returned of the current row
so I do not have to parse this ?
rowNumber = scriptDataGridView.CurrentRow.ToString();
//MessageBox.Show(rowNumber);
I get somehting like, "datagridview {index=1}"
edited. Does anyone know a way to just get an int returned of the current row
so I do not have to parse this ?
rowNumber = scriptDataGridView.CurrentRow.ToString();
//MessageBox.Show(rowNumber);
I get somehting like, "datagridview {index=1}"