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

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)