Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1375 | Oct 22,2002 04:13 PM UTC | Oct 22,2002 07:03 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellChanged(object sender, System.EventArgs e) { Console.WriteLine("gridControl1_CurrentCellChanged"); GridCurrentCell cc = this.gridControl1.CurrentCell; GridStyleInfo style = this.gridControl1[cc.RowIndex, cc.ColIndex]; if(style.CellType == "FNumericUpDown") { this.gridControl1[cc.RowIndex, cc.ColIndex].Text = cc.Renderer.Control.Text; } this.label1.Text = this.gridControl1[cc.RowIndex, cc.ColIndex].Text; }
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.