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