I have a gridview on a page in EP. From an action menu I launch a popup that updates the current record such that after the update it should be excluded by the filter on the gridview. The trick is how to get the page to refresh when the popup is closed.
I have tried both executeQuery() and research() on the datasource which doesn't seem to be doing it.
Thanks for your replies.