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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Disable an option on an IG select list

Jeremy WebbFeb 5 2019 — edited Feb 5 2019

Apex 18.1

I have an editable interactive grid where one of the columns is a select list.

Is there a way where I can dynamically disable one or the option value in this select list based either on another column value or a page item so that the user is not able to select that option?

So say for example my select list contained the following values

Accounts

Marketing

Operations

Sales

And depending upon the value of another column or a page item, I wanted to sometimes disable the Marketing option, but other times wanted to disable Sales.

Is this possible?

Thanks,

Jeremy

Comments
Post Details
Added on Feb 5 2019
4 comments
1,996 views