Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
725 | Aug 6,2002 10:15 AM UTC | Aug 6,2002 01:20 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellValidating(object sender, System.ComponentModel.CancelEventArgs e) { string newValue = this.gridControl1.CurrentCell.Renderer.ControlText; string oldValue = this.gridControl1[this.gridControl1.CurrentCell.RowIndex, this.gridControl1.CurrentCell.ColIndex].Text; Console.WriteLine(newValue + " " + oldValue); }
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.