Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
13532 | Apr 30,2004 10:56 AM UTC | Apr 30,2004 03:19 PM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
Private Sub GridControl1_CellDoubleClick(ByVal sender As Object, ByVal e As GridCellClickEventArgs) Handles GridControl1.CellDoubleClick
If Not Me.GridControl1.CurrentCell.IsEditing Then
Me.GridControl1.CurrentCell.BeginEdit()
End If
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.