Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
11587 | Mar 10,2004 07:05 PM UTC | Mar 11,2004 04:44 PM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
bool okToStartEditing = false; private void gridControl1_CurrentCellStartEditing(object sender, ComponentModel.CancelEventArgs e) { if(!okToStartEditing) e.Cancel = true; okToStartEditing = false; } private void gridControl1_DoubleClick(object sender, System.EventArgs e) { okToStartEditing = true; this.gridControl1.CurrentCell.BeginEdit(); }
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.