AD
Administrator
Syncfusion Team
January 21, 2004 07:37 PM UTC
I think you will have to do this in the CurrentCellValidating event. Use grid.CurrentCell.Renderer.ControlText to get teh new string, and if the validation fails, then set e.Cancel = true.