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.