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?