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!

Selection Persistence for Interactive Grid or Interactive Reports

User_B8M12Jun 10 2022 — edited Jun 13 2022

Hello,
I am building a page in my application where the user must select templates from an interactive grid (IG) of templates . Our project requires that the grid is shown as pages instead of scrollable. The issue I am facing is that when a user travels to a different page in the IG, the selection on the previous page is lost.
I have tried storing the selection IDs in a page item based on the selection change event but the problem with that is that if the user removes a selection, there is no way of knowing.
Alternatively, a coworker suggested working with an interactive report (IR) and browser click events. So, far I have been able to add checkboxes in the IR but since I lack proficiency in javascript, I haven't been able to go much further.
I am currently using apex 19.2. Any suggestions, help or resources are much appreciated.

Thank you.

Comments
Post Details
Added on Jun 10 2022
1 comment
551 views