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!

How to disabled add row button in interactive grid when page item value is success

Mirza_AdeelAug 3 2022

Dear ,
i want to disabled add row button if my page item value is success how can i achieved this?
i successfully achieved disabled for all but i want only disabled when page item value is Success
my page item is :P2_STATUS
and my code is
$(function() {
apex.region("lines").widget().interactiveGrid("getActions").disable("selection-add-row");
});
i put this code on Execute when Page Loads
Capture.JPG

Comments
Post Details
Added on Aug 3 2022
1 comment
1,226 views