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