Group: Forum Members
Posts: 55,
Visits: 929
|
In c# I Control the Grid Focus so:
DataGridView1.CurrentCell = DataGridView1.Rows(DataGridView1.CurrentCell.RowIndex + 1).Cells(DataGridView1.CurrentCell.ColumnIndex)
but using the "businessBindingSource" this control don´t work very well.
My Question is How Can I do to control the grid focus in C#?
at,
Marcio Valério
at,
Marcio Valerio da Silva
|