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!

Any idea how we can restrict TAB key press in interactive grid columns while adding new row?

Nikita BafnaNov 21 2022 — edited Nov 21 2022

I have created a dynamic action on the IG region on Key Down event and added below JavaScript code:
event.preventDefault();
While this works well for the existing rows in IG, it doesn't restrict the TAB key press on newly added rows. Any help is much appreciated!

Comments
Post Details
Added on Nov 21 2022
6 comments
1,004 views