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 setting edit mode and somehow unsetting it

AdamQFeb 25 2025

Hello,

Using a master detail interactive grid setup. This is on the detail IG.

I created the Page Load Dynamic Action as:

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

I can see when I run the page that the Edit button is showing edit mode enabled and then almost instantly it's changing back to edit mode disabled.

Can someone please help me with what might be causing it to change out of edit mode when the page loads?

This post has been answered by Karel Ekema on Feb 25 2025
Jump to Answer
Comments
Post Details
Added on Feb 25 2025
2 comments
349 views