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