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!

Last Row on interactive grid value won't store.

Kimani SnyderFeb 29 2024

I'm using Apex 23.1.4

I created an interactive grid(IG) which stores payment information for 12 months.

I have an AMOUNT field on the IG where the users can update the amount.

I have a dynamic action that calculates the total for this amount field for each row.

This stores a value into a display only TOTAL_AMOUNT field.

There is also a TOTAL_AMOUNT_ALLOWED field where this value is set on page load.

If TOTAL_AMOUNT <> TOTAL_AMOUNT_ALLOWED, i have an inline message that tells the end user the amounts must match.

This all works fine.

The problem i'm having is the last row on my grid. If the user inputs the amount and hits the “enter” button on the keyboard

it doesn't really register that there was a change to the value as the TOTAL_AMOUNT does not update.

If you click out of the cell to another row it then updates.

Sometimes if you click out of the whole grid it might update.

I noticed similar behavior with any IG's

If you go to the last row of the GRID and update any TEXT INPUT field and hit ENTER, it doesn't really respond.

If you click out, it updates.

I supposed hitting the enter key on a top row goes to the next row, and if you are at the last row there is no next row to go to.

Any ideas on this issue?

This post has been answered by Karel Ekema on Mar 2 2024
Jump to Answer
Comments
Post Details
Added on Feb 29 2024
8 comments
867 views