I have looked at all of the various methods to refresh an Interactive Grid when a popup dialog is closed. None of these are working. I am wondering if the issue is that the Dialog is closed by the user Clicking the "X" in the upper right-hand corner rather than, say on a button.
My setup is pretty canonical. I have an IG which has a column that is a link. That link is defined to launch a page in the application and to pass in some values to it. The page which is launched is in Page Mode Modal Dialog and Dialog Template Modal Dialog.
On the the page with the source IG, I add an event for Dialog Close with a Refresh action tied to the IG region.
Changes are made in the popup modal window. The user clicks Save. The user closes using the X. The Dialog Close event, apparently, does not fire.
I can add more content here if it would be helpful but, like I say, nothing unusual here except for the method with which the dialog is closed.