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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Exclude cells from Taborder in APEX IG

Daniel GleicherMay 22 2023

Hi,

I have an interactive grid with 4 columns. 2 columns are readonly and the other 2 columns are readonly under certain conditions. (some cells are editable, some not) So in this interactive grid only few cells are actually editable.

Is there a way to exclude every cell except the “editable” ones from the taborder (order of the cell selection using the tab key on the keyboard)?

I tried manipulating the tabindex, but this does not work since it seems to be dynamic.

I've tried a lot in the past few days (tabindex, gotocell method, setfocus method all with dynamic actions) but nothing seems to work.

I've tried to find solutions to similar problems on google and this forum but wasn't successful.

I would very much appreciate some guidance and help.

cheers

Daniel

This post has been answered by Oleh Tyshchenko on May 22 2023
Jump to Answer
Comments
Post Details
Added on May 22 2023
2 comments
443 views