Use the ColumnValidate event to validate a column value before the edit is applied. Returning false from the handler will prevent the edit from being applied.
| C# | Visual Basic |
public event GridEditControl..::.ColumnValidateDelegate ColumnValidate
Public Event ColumnValidate As GridEditControl..::.ColumnValidateDelegate