BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Private Sub GridControl1_CurrentCellChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridControl1.CurrentCellChanged If Me.GridControl1.CellRenderers("CheckBox") Is Me.GridControl1.CurrentCell.Renderer Then Me.GridControl1.CurrentCell.Deactivate(True) ’ Console.WriteLine("GridControl1_CurrentCellChanged") End If End Sub