Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
2335 | Jan 8,2003 04:47 PM UTC | Jan 8,2003 09:03 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private Sub GridControl1_CurrentCellStartEditing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles GridControl1.CurrentCellStartEditing Dim cc As GridCurrentCell = Me.GridControl1.CurrentCell If cc.Renderer.GetType() Is GetType(GridFormulaCellRenderer) Then e.Cancel = True 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.