Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
16322 | Jul 12,2004 07:14 PM UTC | Jul 13,2004 05:26 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellStartEditing(object sender, CancelEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(this.gridControl1[cc.RowIndex, cc.ColIndex].CellType == "FormulaCell") e.Cancel = true; }
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.