I want to show all radio buttons available for every cell in a specific column in my Interactive Grid. I am using ApEx 19.2
I am able to have the radio buttons appear when I click to edit in the cell, but I need all options to show all the time so the user only needs to click the radio button to change the value. I know this is possible with a Classic report, but I have to use the Interactive Grid, if possible, due to time constraints.
I have attempted all built in options that I have found. I have also attempted some of the JS apex.region("emp").widget().interactiveGrid("getActions").set("edit", true);)
found on http://hardlikesoftware.com/weblog/2017/02/20/how-to-hack-apex-interactive-grid-part-3/
select 'D' PK , 'Dog' ANIMAL , 1 ID from dual union all select 'C' PK , 'Cat' ANIMAL , 2 ID from dual;
The column that is changeable, ID, is able to be edited showing the radio buttons as expected, but I need all options visible at all times. FWIW, there will never be more than two options in the given cel