![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/03/2008, 15:04
|
| | Fecha de Ingreso: enero-2008
Mensajes: 366
Antigüedad: 17 años, 1 mes Puntos: 3 | |
Re: foco en un datagridview Solucionado
Por si a alguien le interesa:
dataGridView1.Rows[Indice].Selected = true;
dataGridView1.CurrentCell = dataGridView1.Rows[Indice].Cells[0];
Cells[0]= corresponde a la columna. |