Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
944
Programmatically disable an OptionSet Item
posted

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

Parents
  • 40
    posted

    Hi.

     

    How  Cancel the selection to certain option.

    Example

    I use the ValueChanged, to validate certains conditions, if some it's correct then accept this,

    but it's false to reject the operation, and i need to return the original state of the selecction. 

Reply Children