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!

Clear (uncheck) the APEX$ROW_SELECTOR column programmatically

Arie GellerNov 10 2020

Hello,
Using APEX 20.1 .
I have an IG on page, and after doing some processing on its model, using the following code:
…view$.grid("selectAll");
all the checkboxes on the row selector column are checked.
How can I clear/uncheck the entire APEX$ROW_SELECTOR column programmatically? I tried to use $model.clearSelection(); but it doesn't reflect on the row selector column.
Appreciate the help,
Arie.

This post has been answered by jariola on Nov 10 2020
Jump to Answer
Comments
Post Details
Added on Nov 10 2020
3 comments
712 views