Hi,
How can I programmatically disable an Option set value. I dont want to remve it, just disable it.
The reason is that I have 2 Option sets, and selecting a Value in the first set automatically selects a corresponding value in the second one, and makes the other options in the second one unselectable.
Many thanks
Jason
Hi Jason,
I don't think you can. There's no enabled property on the items. You would have to remove the item.
You should also Submit a feature request to Infragistics
Thanks Mike,
I have worked out a solution for now, simply some validation which will not allow the user to select certain options depending on the other options selected. Just using a popup message advising the user and then unselecting the option they chose.
I will submit my preferred functionality as a feature reqest.