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 edit mode in tab container

Daniel GleicherOct 1 2024

I have an interactive grid on a page in my app. In the execute on page load section of my page I have the following code:

apex.region("IG_STATIC_ID").call("getActions").set("edit", true);
apex.region("IG_STATIC_ID").call("getActions").hide("edit");

This works fine, my IG is in edit mode when the page loads and the edit button is hidden.

Now here is the problem:

When I put my IG inside another region, which is inside a tab container region, it doesnt work anymore.

I would appreciate some guidance.

Cheers,

Daniel

This post has been answered by Karel Ekema on Oct 1 2024
Jump to Answer
Comments
Post Details
Added on Oct 1 2024
2 comments
423 views