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 Issue

TurGe24Jul 16 2024

Oracle APEX 22.1.0

I have a couple of issues with an interactive grid built on a table view

Upon saving the change to the interactive grid the row is no longer displayed in the grid, a refresh (F5) will then bring the row back, I presumed this is because it is built on a view? rather than a table.

If I put a dynamic action so that on save it will refresh the grid, all now seems to be fine although the question still remains would it be because I built the IG on a view be causing this behaviour

Secondly when saving a DATE column upon save the interactive grid then reopens the date popup is the a way to stop this happening, I have the IG set to not focus on first row.

Any help much appreciated

I also see the java script issue below after save (I have put zero custom code in the page / application)

Uncaught TypeError: Cannot read properties of null (reading '0')
    at Object._getIdentity (interactiveGrid.min.js?v=22.1.0:1:41962)
    at Object.getRecordId (interactiveGrid.min.js?v=22.1.0:1:17896)
    at q.<computed>.<computed>._activateRow (interactiveGrid.min.js?v=22.1.0:7:63542)
    at a.<computed> [as _activateRow] (desktop_all.min.js?v=22.1.0:29:2891)
    at interactiveGrid.min.js?v=22.1.0:7:67902
    at q.<computed>.<computed>._deactivateRow (interactiveGrid.min.js?v=22.1.0:7:64753)
    at a.<computed> [as _deactivateRow] (desktop_all.min.js?v=22.1.0:29:2891)
    at q.<computed>.<computed>._activateCell (interactiveGrid.min.js?v=22.1.0:7:67865)
    at a.<computed> [as _activateCell] (desktop_all.min.js?v=22.1.0:29:2891)
    at interactiveGrid.min.js?v=22.1.0:7:17027
Comments
Post Details
Added on Jul 16 2024
2 comments
291 views