cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding radiobutton selection

Former Member
0 Kudos

Hi,

I am having radiobutton group with yes and no values.I selected one option.How to refresh(deselect) the selected option.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

IWDRadioButtonGroupByKey: set selected key to NULL

IWDRadioButtonGroupByIndex: set node's lead selection to IWDNode.NO_SELECTION

Armin

Former Member
0 Kudos

Ya, this is the way to set the selected key to Radiobuttongroup.But, how can I instantiate IWDRadioButtonGroupByKey other than in doModify()?

Former Member
0 Kudos

Set the value of the context attribute to which the "selectedKey" property is bound.

Armin