[WinForm]- DataGridView: System.IndexOutOfRangeException: Index
add code in the dataGrid.
private void dgvTestSteps_DataError(object sender, DataGridViewDataErrorEventArgs e) { e.ThrowException = false; e.Cancel = true; }
add code in the dataGrid.
private void dgvTestSteps_DataError(object sender, DataGridViewDataErrorEventArgs e) { e.ThrowException = false; e.Cancel = true; }