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 disable/enable the Interactive Grid - "Edit" button in Oracle APEX 5.1

Tony FatourosApr 24 2020 — edited Apr 27 2020

Hi,

I am attempting to disable the Edit button within an Oracle APEX 5.1.2 Interactive Grid report and also be able to enable the Edit button again.

I have tried the following but to no avail, i.e.:

$('#my-id [data-action="edit"]').prop('disabled', true);

$('#my-id [data-action="edit"]').prop('disabled', false);

Hoping this is possible.

Thanks.

Tony.

This post has been answered by Pierre Yotti on Apr 24 2020
Jump to Answer
Comments
Post Details
Added on Apr 24 2020
4 comments
2,655 views