Use the RowValidate event to validate all modified column values before the edit is applied. Returning false from the handler will prevent the edit from being applied.
| C# | Visual Basic |
public event GridEditControl..::.RowValidateDelegate RowValidate
Public Event RowValidate As GridEditControl..::.RowValidateDelegate