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!

Interactive Grid - First row selected by default. Have the method changed for disabling this in APEX

Andreas SundinJun 15 2018 — edited Aug 27 2018

Hi All,

By default the first row in an Interactive Grid is selected with the check box.

I'm having trouble deselecting the first row in APEX 18. I believe it used to work as I expected it would in 5.1.4 but I don't have that version in an environment to verify it at the moment.

I've used the method as described here: Interactive Grid Row Selector

Page Parameters -> JavaScript -> Execute when Page Loads:

apex.region("emp").widget().interactiveGrid("setSelectedRecords", []);

Is there a new way to configure this in APEX 18 that has yet to be announced?

Best Regards,

Andreas

This post has been answered by dstinski on Jun 19 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2018
Added on Jun 15 2018
4 comments
7,481 views