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 event when flipping to single row view

Evie-OracleMar 19 2017 — edited Mar 21 2017

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

This post has been answered by John Snyders-Oracle on Mar 20 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2017
Added on Mar 19 2017
6 comments
1,013 views