cancel
Showing results for 
Search instead for 
Did you mean: 

RadioButtonGroupByIndex UI Element

Former Member
0 Kudos

Hi experts

I have UI element RadioButtonGroupByIndex which is made from two alternatives. When I get a view I don't want to see any alternative (from those two) selected. I other words - I don't want anything to be selected until I click on it. Is it possible to get that status?

Thanks in advance

Regards

Ondrej

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If your radiobuttongroup is linked tocontxt node RadioGroup, call method

wdContext.nodeRadioGroup.setLeadSelection(IWDNodeElement.NO_SELECTION);

Good luck

Roelof

Former Member
0 Kudos

Thank you, exactly what I wanted ...

Answers (0)