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: focus on editable column

Jos DolsFeb 16 2017 — edited Feb 21 2017

Hi,

At page load we set the interactive grid in edit mode:

apex.region("bestellijst").widget().interactiveGrid("getActions").set("edit", true);

After inserting a value in a column of our interactive grid, a dynamic action is fired:

- setting values for the next 3 columns

- disabling these 3 columns

We want the input focus automatically on the next column.

We added a third action:

- set focus, with affected elements set to Column(s) and the desired column

The focus is set to this column but this is not visible. Only by clicking the column its clear for the user where the focus is

We changed the third action into:

- Execute Javascript Code, apex.item("cExAantal").setFocus();

(Static Id of column was set to cExAantal)

Also, the same (no) effect.

How can we simulate an mouse click action on the column?

Thank you,

Jos

This post has been answered by John Snyders-Oracle on Feb 20 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2017
Added on Feb 16 2017
5 comments
2,392 views