In adf, I have a table in which the autosubmit is set to true for a column. When we change this value it is going through its life cycle and the value is getting update but the entity validations for that row is getting skipped when toggling to the other rows, but when we try to commit it to the DB it is getting validated since the transaction became dirty. Is there any feature which helps it to do the entity validation or anything wrong with my concept.
P.S: It is working fine when autosubmit = "false" i.e entity validation is trigger while toggling between the rows before committing it to the DB.