BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
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; }