For VB.NET, datagridview how to realize the cell at the end of the input, inspection is a value type, if not lock it current cell enter again
CodePudding user response:
DataGridViewRow dataGVrow=this. DGV. Rows [" e.R owIndex];
This. DgvCurrentCell=dataGVrow. Cells (" ");//current cell activation,
This. DGV. BeginEdit (true);//cell is in edit status,
CodePudding user response:
Before I wrote, but there is a problem, enter again after the next cell, the content of the original error content there is still no change
CodePudding user response: