B
Berryl Hesh
When the dgv control is first initialized I want the focust to be in the 3rd
column of the first row with data. Code below caused the program to
terminate.
Thanks for sharing - BH
public void SetFocusToDataEntry() {
_dgv.Focus();
_dgv.CurrentCell = _dgv.Rows[1].Cells[2];
}
column of the first row with data. Code below caused the program to
terminate.
Thanks for sharing - BH
public void SetFocusToDataEntry() {
_dgv.Focus();
_dgv.CurrentCell = _dgv.Rows[1].Cells[2];
}