I'm using apex 5.1, universal theme and 11g DB.
I have a page (page mode = modal idalog) with an IG and button.
Interactive grid is based on apex collection and is modifiable.
I created a validate page process below and basically even if the user do not change anything I want each rows of the IG to be validated if column Is empty or not.
As of now if I manually change the column and remove the value I do get the error.
I have a button that submits a page and run a process.
When I click the button the process runs even with the page validation process return false every time.
Thanks!
