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.

Interactive grid - changing row editability after calling model.fetchRecords

Kamil KosiorekJan 9 2025

I think I encountered a bug.

I control row editability in the classic way via "Allowed Row Operations Column".

The value of a column may be changing and I want to refresh the state of a single record by calling model.fetchRecords.

This works when a row changes from editable to non-editable.
However, the reverse operation does not work and the row remains non-editable.

Refreshing the entire model works and the row becomes editable.

I am working on Oracle APEX 24.1.4

This post has been answered by Karel Ekema on Jan 9 2025
Jump to Answer
Comments
Post Details
Added on Jan 9 2025
2 comments
52 views