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!

Load IG regions with no checkbox/first line selected

FriendlyToooSep 4 2019 — edited Sep 5 2019

Hi Folks:

I'd like to be able to load some IG regions without having the first line automatically selected by default:

pastedImage_0.png

I tried the following code in the "Execute when page loads" JS section but it didn't work:

var ig$ = apex.region("ReqItems").widget();

ig$.interactiveGrid("getViews", ig$.interactiveGrid("getCurrentViewId")).setSelection($());

The IG region is "Requisition Items" and the static ID I set is ReqItems

Thanks,

Matthew

(I got the code at ORACLE APEX AT WORK: Interactive Grid - Remove Default First Row Selected but its for an older version of Apex)

This post has been answered by Franck N on Sep 4 2019
Jump to Answer
Comments
Post Details
Added on Sep 4 2019
8 comments
426 views