StrataFrame Forum

How Can I Control the focus of the grid?

http://forum.strataframe.net/Topic28747.aspx

By Marcio Valerio Silva - 10/19/2010

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

By Ivan George Borges - 10/20/2010

Hi Marcio.

First, just for the sake of Forum organization, you have been posting your questions under the "StrataFrame Users Contributed Samples", instead of on the "How to" forums. You could probably get more attention if you posted on the proper places.

Regarding your grid question, I am not sure what you are trying to accomplish. So if you could create a smal sample using the StrataFrame Sample database and post it here on the forum, it would help a lot.

Cheers.