Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1664 | Nov 18,2002 08:41 PM UTC | Nov 19,2002 02:50 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
Private Sub GridDataBoundGrid1_CellClick(ByVal sender As Object, ByVal e As Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs) Handles GridDataBoundGrid1.CellClick
Console.WriteLine("GridDataBoundGrid1_CellClick")
If Me.GridDataBoundGrid1(e.RowIndex, e.ColIndex).Enabled = False Then
Me.GridDataBoundGrid1.CurrentCell.EndEdit()
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.