Before changed row is saved custom function needs to be called to validate save possibility.
If this custom function returns false, row save should be cancelled and row should remain in edit mode so that error can corrected and saved again.
How to validate row in inline and form editing modes? I havent found any row level validation function. Shoult I add custom validation function to column to validate row or is there better solution ?