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!

Disabling row selection based on a condition

user-run29Jul 23 2023

I have two IGs..IG1 and IG2…item field in IG1 is populated when a row is selected by the user in IG2.

I want to disable or hide the row selection checkbox for the lines which are already in selected state(in IG2), once the user adds new row in IG1. I used this Jquery – $("#IG2 .a-GV-body “).find(”.a-GV-row.ui.selected .a-GV-cellSelector input[type ='checkbox']").hide();…called this function using DA -after refresh - IG1

But it isn't working. Please suggest me corrections or any alternative way to make this work.

Comments
Post Details
Added on Jul 23 2023
0 comments
436 views