
19/03/2007, 12:29
|
 | | | Fecha de Ingreso: mayo-2006
Mensajes: 248
Antigüedad: 19 años Puntos: 0 | |
Re: Habilidar via codigo celda para escribir... lo hice asi donde dgvListas es el datagridview...
this.dgvListas.Rows[1].Cells[1].Selected = true;
this.dgvListas.BeginEdit(false); |