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!

Interactive grid - Trigger non-modal dialog

partlycloudyMay 8 2019 — edited May 9 2019

APEX 18.2

Looking for alternative solutions to unanswered question here. I have a manual master-detail interactive grids. The master grid has a column with display type Link that opens a non-modal dialog page passing the value of the master grid's primary key.

This works fine but there's an issue. When I click on a row, Interactive Grid's native row selection handler does not open/refresh the non-modal dialog so it is possible for the dialog to display details for Row #1 while the master grid shows Row #2 as the selected row.

Question - How can the Selection Change (Interactive Grid) event trigger the non-modal dialog to open/refresh as if the column link were clicked? Somehow trigger the native DOM click event but I am not sure how to navigate the IG DOM to locate the element

Any ideas appreciated.

Thanks

Comments
Post Details
Added on May 8 2019
1 comment
681 views