I am using an interactive report in Oracle Apex with rows and columns to display and edit some data in a tabular form. I have an icon, which on clicking, opens a Modal Dialog Page, where some data is entered.
Now on closing the dialog page ( the action is submit page on the close button of the dialog ), the parent page behind is just getting re-rendered and I am losing all the edited data entered before opening the modal dialog.
I am not able to find a way that would also Submit Parent Page after closing Modal Dialog so that all the values entered before opening dialog also get saved when the parent page gets submitted.