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