Relative Content

Tag Archive for oracle-apexdynamic-programminginteractive-grid

how to make column readonly based on the value of another column in oracle apex

I have created editable interactive grid in oracle apex based on employees table. In IG i have mutiple column such as ename,salary and comm. I want to make the comm column readonly based on the value of salary dynamically . For instance if the value in salary column is 2000 or less the comm column should become readonly. I have write code to achieve this functionality but code not worked as i want. let me share code with you