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!

Can we disable the 'Delete Rows' option in IG's Action menu

Manikandan MSep 9 2019 — edited Sep 19 2019

Hi,

I want to disable the interactive grid delete options from Action menu with some condition.

I used the below code to disable 'Delete Row' from Row action.

apex.region("grid_id").widget().interactiveGrid("getActions").disable("row-delete");

Similarly, i want to disable 'Delete Rows' from Grid's Action -> selection ->Delete Row.

I try remove this one by ---> apex.region("grid_id").widget().interactiveGrid("getActions").remove("selection-delete");

please help me to disable this.

Thanks in Advance

Comments
Post Details
Added on Sep 9 2019
5 comments
2,401 views