APEX Version 5.1.4.00.08
DB: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
Web Server: APEX Listener, Red Hat Enterprise Linux Server release 7.9
Browser: Chrome Version 87.0.4280.141
Theme: Universal Theme - 42 *
Templates: Unsure what to provide here
Region Type: Interactive Grid
We have an interactive grid diplaying data . The 2nd column is configured as a URL that executes javascript:void(null) that will delete the record. There are 4 dynamic actions that execute on click to (1) confirm delete, (2) set the ID, (3) perform pl/sql to delete, and (4) refresh the region. When entering the page, this works as expected.
If the user does a search to the interactive grid or performs and action that causes the grid to dynamically refresh, the dynamic actions no longer trigger. If the user then refreshes the browser, things work as expected again.
Has anyone run into this? Is there a way to make the search on the interactive grid do a full page refresh rather than just the region?