Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Automatic Refresh on Modal Dialog close

User_DEX98Oct 12 2020 — edited Oct 12 2020

Hi,
I currently have a modal dialog that when closed I would like to refresh the interactive grid on the parent page. I have exhausted all the usual roots, i.e the DA 'dialog closed'. Because the opening of our modal dialog page is triggered through JS using the prepare_url ajax call and not through defining a standard link the dialog closed DA does not seem to work.
Has anyone come across this before and have a work around on how this can be done? I have also tried having a dynamic action on the modal page connected to the close button that calls this apex.region("Chrg_Det").refresh(); but again that seems to have no effect on the refreshing of the parent page.

Thanks.

Comments
Post Details
Added on Oct 12 2020
3 comments
10,106 views