I'm working with an Interactive Grid. I've put some validations into certain columns and when I test the validations I get the appropriate response from the validation error message. However, when I fix the errors and go to save again, I get a generic modal saying that I still need to correct some errors. It appears that after my validation process flags and error, the grid flags any cell that contains no data has having an error as well.
I've checked the table and the respective columns allow nulls. One column is an LOV that allows for the null value to be processed. Another column is a text field that is marked as not needing to have a value and the last column is a history link that should not have an icon link in it until the row is saved.
Has anyone encountered this/know of a work around?
Using APEX 24.2.3
