I am using Apex 20.2.
I have an editable interactive grid that I have set it to be editable on page load.
In that grid I have a column that is a select list. To get the dropdown list to appear I have to first click on the field then click it again. Is there a way that I can change this so when I click on the select list the first time the drop down list appears?
On an apex form for a regular page item that is set as a select list it does work this way.
Thanks!