Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
5736 | Jul 16,2003 05:43 AM UTC | Jul 18,2003 01:28 AM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
private void gridControl1_PushButtonClick(object sender, GridCellPushButtonClickEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.Renderer is GridNumericUpDownCellRenderer && cc.IsModified) { cc.ConfirmChanges(); } //do your work.... }
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.