Hi
I have a master-detail IG page and I'd like to show the detail grid only when the master is in SRV.
I figured how to hide the detail grid upon changing from SRV to Report View (I changed the close-single-row-view action adding a call to a dynamic action).
However I am not finding it easy to change the single-row-view action. If this is the path I should follow I can explain what my challenge is.
However, I was thinking perhaps there is an event triggering when opening SRV. I am not able to find it though, so appreciating any pointers.
This one looked most promising to me:
apex.region("emp").widget().interactiveGrid("getViews","grid").singleRowView$.onshow
But it did not seem to fire when I choose "Single Row View" from the row actions menu.
Appreciating some expert help
thanks so much
Evelina