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!

set a readonly column in an interactive grid

user12137969Sep 27 2019 — edited Sep 29 2019

Hi community,

is there any known way to set data in the grid for a read only column? i get always errors set value is not allowed, which is expected for read only columns.

in my case i have some data in the grid and with a button for all selected rows i will set a value (APP_USER) into a column.

the column is a select list because of the APP_USER-value i will show the User-Name from a LOV in the grid.

this is some kind of confirmation or acknowledgement for the row-data, so to avoid manipulation with other values then app_user the column has to be read-only.

is this possible with the interactive grid?

regards dirk

This post has been answered by John Snyders-Oracle on Sep 27 2019
Jump to Answer
Comments
Post Details
Added on Sep 27 2019
5 comments
6,394 views