Relative Content

Tag Archive for oracle-apex

oracle apex data entry

I have created a interactive grid in oracle apex application using two tables (dhj_employee_master and st_tni_master) and st_tni_master has no data in it.
SQL query for interactive grid:

Read only columns in Interactive grid in Apex

I have an interactive grid report in Apex, I want to make only two columns as editable and rest all of them as read only. I have tried setting non-editable columns as display only but still I am able to edit them.I tried for searching ready only as well but there is not such property, I found one in server_side conditions but that is also of no use as after selecting this, I am not able to see those columns in apex report but when I am clicking on a row to edit it, it is showing in form and is editable again.