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!

Need to disable SAVE button if the value of any column in a selected row of an Interactive Grid is Null

SadasivaJan 24 2025

hello All,

I have a requirement to disable the SAVE button which is added by default by IG to be disabled is the selected row has a null value.

If the checkbox selection has any rows with a Null value then also the button should be disabled. Also, if the missing value is entered in the column then the SAVE button should be enabled again.

I have tried the APEX$ROW_SELECTOR column but I am unable to capture the click event from it. I also tried .u-selector but I am not sure how to re-enable the row once the values are entered back.

Apex:21.1.2

Kindly help on a solution for this problem.

Comments
Post Details
Added on Jan 24 2025
2 comments
586 views