Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/10/2012, 16:54
Avatar de MaLkAvIaN_NeT
MaLkAvIaN_NeT
 
Fecha de Ingreso: marzo-2005
Ubicación: trujillo
Mensajes: 141
Antigüedad: 19 años
Puntos: 0
Respuesta: Pasar una fila seleccionada de un datagridview a otro

Código:
Dim FilaAmover As DataGridViewRow = Me.dtGrillaOrigen.CurrentRow
Me.dtGrillaOrigen.Rows.Remove(Me.dtGrillaOrigen.CurrentRow)
Me.dtGrillaDestino.Rows.Insert(Me.dtGrillaDestino.CurrentRow.Index, FilaAmover )
__________________
www.tecfactory.com