I have a CustomRadioButton setup to show 7 different values.
I can't find a way of programmatically changing the current radio button selection.
As a user if I click on one of the radio buttons then the display changes as you would expect. However, I have a situation where I want to programmatically change the current radio button setting without user intervention.
I have a CustomRadioButton setup to show 7 different values.
I can't find a way of programmatically changing the current radio button selection.
As a user if I click on one of the radio buttons then the display changes as you would expect. However, I have a situation where I want to programmatically change the current radio button setting without user intervention.
Is this possible?