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.