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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Interactive Grid loses page/scroll position after modal dialog update and region refresh

Training ERPMay 8 2025

Hi everyone,

I'm working with an Interactive Grid (IG) in Oracle APEX that can display more than 200 records. One of the columns contains a link to a modal page, where a user can update a specific field.

After the update, the modal is closed using a button with a Dialog Close action. On the parent page, I use a Dialog Closed dynamic action to refresh the IG region. However, I'm facing two issues:

  1. If I'm on page 3 of the IG and update a record, after the refresh it jumps back to page 1.
  2. If I'm on record #50 of page 1 (after scrolling), the IG scrolls back to the top after the refresh.

I understand this is the default behavior when refreshing the entire region, but is there a way to avoid losing the current page or scroll position?

What I need:

  • Ideally, keep the user on the same page and position in the IG after returning from the modal.
  • Or, is there a better way to update the grid without performing a full region refresh in the Dialog Closed event?
Comments
Post Details
Added on May 8 2025
1 comment
49 views