[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.RowValidating

RowValidating Event

Fires when a row is losing focus and needs to be validated.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event RowColEventHandler RowValidating
Returns
Type Description
RowColEventHandler Fires when a row is losing focus and needs to be validated.
Remarks

This event is analogous to the Validating event.

Use this event to perform validation on all the values of a row. If the row does not pass validation, set the Cancel property to true.

Canceling this event prevents the RowValidated event from occurring, and also prevents the user from leaving the invalid row.