New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
Private Sub GridControl1_CurrentCellAcceptedChanges(ByVal sender As Object, ByVal e As CancelEventArgs) Handles GridControl1.CurrentCellAcceptedChanges
Dim cc As GridCurrentCell = Me.GridControl1.CurrentCell
Console.WriteLine(Me.GridControl1(cc.RowIndex, cc.ColIndex).Text)
End Sub