Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
17641 | Aug 13,2004 07:41 AM UTC | Feb 28,2006 03:10 PM UTC | WinForms | 6 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_CurrentCellStartEditing(object sender, CancelEventArgs e) { GridCurrentCell cc = this.gridDataBoundGrid1.CurrentCell; if(cc.ColIndex == 2) { e.Cancel = true; } } private void gridDataBoundGrid1_CurrentCellCloseDropDown(object sender, PopupClosedEventArgs e) { GridCurrentCell cc = this.gridDataBoundGrid1.CurrentCell; if(cc.ColIndex == 2) { cc.ConfirmChanges(); } }
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.
or the page will be automatically redirected to sign-in page in 10 seconds.