AD
Administrator
Syncfusion Team
January 29, 2004 10:45 PM UTC
If you want to validate on a cell basis or a row basis, you should subscribe to the grid.CurrentCellValidating event. If you handle this event, you will see it first followed by ValidateFailed event (if the validation failed).
The Validating event is a Control event that the grid inherits. It fires when you try to leave the grid (not when you move from cell to cell or row to row in the grid).