Good evening to everyone,
I would like to trigger "selection-mode" action of an interactive grid using javascript.
It seems that below code works perfectly for most of actions like "selection-copy" but not for the needed one.
apex.region( "[region static ID] " ).call( "getActions" ).lookup( "[action name]" );
Is there another way to trigger 'toggle' type of actions?
Reference: https://docs.oracle.com/en/database/oracle/applicationexpress/20.1/aexjs/interactiveGrid.html