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