New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.GridCurrentCell cc = this.grid.CurrentCell; GridCellRendererBase cr = cc.Renderer; string newValue = cr.ControlText; string oldValue = grid[cc.RowIndex, cc.ColIndex].Text; if( NewValueIsWrong ) { cr.Control.Text = oldvalue; }