Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12076 | Mar 22,2004 04:53 AM UTC | Mar 22,2004 09:06 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_CurrentCellStartEditing(object sender, CancelEventArgs e) { GridCurrentCell cc = this.gridDataBoundGrid1.CurrentCell; if(this.gridDataBoundGrid1[cc.RowIndex, cc.ColIndex].CellType == "MonthCalendar") e.Cancel = true; } private void gridDataBoundGrid1_CurrentCellCloseDropDown(object sender, Syncfusion.Windows.Forms.PopupClosedEventArgs e) { if(e.PopupCloseType == Syncfusion.Windows.Forms.PopupCloseType.Done) this.gridDataBoundGrid1.CurrentCell.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.
This page will automatically be redirected to the sign-in page in 10 seconds.