Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
11564 | Mar 10,2004 01:06 PM UTC | Mar 10,2004 01:47 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
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
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.