Enable Edit Button In Interactive Grid In Page Load by Himansu Behera · Published May 1, 2023 · Updated May 6, 2023 Sometimes end user gets confused while editing a record in Interactive Grid(IG Report) in Oracle APEX Applications. So, we can enable the Edit button by default while loading the page that is having IG Report. Step 1 Assing a Static ID to the IG ReportExample : gridItemsSee below image: Step 2 Create Dynamic Action On Page loadAdd new action “Execute JavaScript Code”Add below codeapex.region(“gridItems”).widget().interactiveGrid(“getActions”).set(“edit”,true); Add below codeapex.region(“gridItems”).widget().interactiveGrid(“getActions”).set(“edit”,true);
Configure session timeout for APEX instance October 10, 2022 by Himansu Behera · Published October 10, 2022
Open Modal/Inline dialogue using Javascript in Oracle Apex September 1, 2022 by Himansu Behera · Published September 1, 2022 · Last modified September 14, 2022