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 - in JS move to column in next row

Martin MuhrJul 10 2025 — edited Jul 10 2025

Hi,

i need to jump to a specific field in the next row of interactive grid after 2 code scan steps. The previous steps i used this:

setTimeout(function() {
var view$ = apex.region("ig_karten").widget().interactiveGrid("getViews").grid.view$;
view$.grid("gotoCell", view$.grid("getActiveRecordId"), "LEGIC");
apex.region("ig_karten").widget().interactiveGrid("getActions").invoke("save");

}, 500);

Now i need to jump to the next row of the grid and more to the Mifirre column.

any suggestions? Thanks in advance.

Comments
Post Details
Added on Jul 10 2025
2 comments
70 views