Hi All,
just migrated from APEX 19.1 to 22.1, Oracle 12c to 19c
I am working on an issue that has nothing to do with migration but is still puzzling.
I have this interactive grid on which user might change the price of an item so I need to calculate the new row value and in turn calculate the new grid total (before saving);
When the user changes the price and hits return/enter both the line and the total get recalculated correctly except when on the last line on the grid. Of course hitting enter on the last line will not change line and it appears not to trigger the “Onchange” Event. But when manually clicking on another line, then it gets recalculated as it should. This appears to be more of an “OnBlur” event.
I also tried changing the event to “Lose Focus” but this did not change the behavior for the last line.
Question: is there a way to trigger/force the last line to behave like the other lines on the interactive grid when hitting return/enter?
Any tips, comments, suggestions are greatly appreciated.
