Datagrid Row Validation
Thus if you have a new row and the user never enters a required value field the cell never has a value change and the datasources object never has a Set for the field (thus no object error checking occurs).
I guess you need to do validation on the row level when ever the grid leaves the row edit mode?
Any suggestions on the best way to ensure all the fields in a new row are error checked.

