Hi Dojo,
I have an Interactive Automation Script that is used to add different types of nodes.
In some cases not all the options are allowed. My preferred behavior would be to show all the options but make the ones that aren't allowed read-only. Is this possible?
As far as I know it is not possible if you use RadioButtonList. The list of options are a string hashset. Next to this, the IsEnabled attribute is on the full widget/UIBlockType.
One suggestion (workaround) would be to have an individual RadioButtonList for each option. But I would not recommend this. But then you still have all options shown.
Second suggestion is only showing the possible suggestions, but this is not your preferred behavior.
But I would suggest to make a feature request as this could be a great feature.