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!

Interactive Grid Conditional Display of Rows

Uday S. NadellaMar 18 2024 — edited Nov 8 2024

I'm trying to conditionally display the rows in Interactive Grid for editing based on the Row Display Column values. If the value is ‘Y’, the corresponding row should display for editing. I have tried using ‘Read Only’ settings using ‘Expression’ Type - (:ROW_DISPLAY = ‘N’) (For Each Row) but it does not work.

Please let me know if JS Code can be used and How?

To add, i want the Bill Percent and Bill Amount columns to be editable where Row Display = ‘Y’ , so that the user can input values for these 2 columns of such rows.

If the Row Display = ‘N’, then the corresponding row should not be editable.

This post has been answered by Karel Ekema on Mar 18 2024
Jump to Answer
Comments
Post Details
Added on Mar 18 2024
10 comments
435 views