AD
Administrator
Syncfusion Team
December 28, 2004 11:35 PM UTC
In CurrentCellValidating, you can get the original value using
string s = this.grid[grid.CurrentCell.RowIndex, grid.CurrentCell.Colindex].Text;
Then set this text into the renderer:
grid.CurrentCell.Renderer.Control.Text = s;