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!

Refresh a row in IG after dialog closed

Ace1Jan 17 2022

I have a modal page in my apex application to update records in a table. When user updates data there's a button with two dynamic actions:
Update table
Close dialog
When modal is closed user returns to the main page with a IG with pagination. I created a closed dialog dynamic action -> refresh a region with my grid but it doesn't work as I'd like to because after refresh, IG return to first page of pagination.
I can't figure out two things:
How to return from dialog to main page --> without changing paginatnion?
How to return from dialog to main page --> with changed row selected?

I am using Oracle Apex 21.2.

This post has been answered by InoL on Jan 17 2022
Jump to Answer
Comments
Post Details
Added on Jan 17 2022
1 comment
1,368 views