Event : DataGridView1_CellEndEdit
DataGridView1.CurrentCell = DataGridView1.Rows(e.RowIndex).Cells(2)
DataGridView1.BeginEdit(True)
I want to focus cell row 0 column 2 for edit
I edit cell and enter .
datagridview focus row 0 column 2 .
And i type it not focus row 0 column 2
it focus row 1 colum 2
it not work by this code.
Sorry.my english isn’t that good. Thank you.
I edit cell and enter:
datagridview focus row 0 column 2:
it focus row 1 colum 2:


