Validating an Entire Row
Just wondering how others go about validating an entire row in a Grid.
I know that if a cell's contents is changed, the validation event fires.
However, I have situations where certain cells/fields are required - and if the user never enters that cell, then a validation event never gets fired.
I guess I need some kind of row-level validation.
I suppose that any time a new row is added or a value is changed on that row, I can mark that row as "dirty" and then perform validation when the user attempts to change rows.
Is that standard operating procedure?
I know that if a cell's contents is changed, the validation event fires.
However, I have situations where certain cells/fields are required - and if the user never enters that cell, then a validation event never gets fired.
I guess I need some kind of row-level validation.
I suppose that any time a new row is added or a value is changed on that row, I can mark that row as "dirty" and then perform validation when the user attempts to change rows.
Is that standard operating procedure?
Alan
May 27,