Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2009, 07:55
Avatar de eperedo
eperedo
 
Fecha de Ingreso: septiembre-2009
Ubicación: Perú
Mensajes: 654
Antigüedad: 15 años, 5 meses
Puntos: 16
Respuesta: Ultragrid + ClickCell + poner valor en Textbox

Prueba con el evento BeforeCellActivate.
Código vb.net:
Ver original
  1. Private Sub UltraGrid1_BeforeCellActivate(ByVal sender As System.Object, ByVal e As Infragistics.Win.UltraWinGrid.CancelableCellEventArgs) Handles UltraGrid1.BeforeCellActivate
  2.         MessageBox.Show(e.Cell.Value.ToString())
  3.     End Sub

Espero sea lo que buscas.
__________________
Eduardo Peredo
Wigoin