cancel
Showing results for 
Search instead for 
Did you mean: 

Default radio button selection

Former Member
0 Kudos

Hi,

In my application I want to set one option as default i.e clicked. how to achieve this?

And secondly, how to set one value of the drop down list as default?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
how to set one value of the drop down list as default

for drop down by index , use Set lead selection index method to set the default value .

For drop down by key, use set attribute method od node with the specified key for default value.

Answers (1)

Answers (1)

Former Member
0 Kudos

Refer Standard Component :WDR_TEST_events

The apporach to select default value in Radio button would be :

1. Bind two radio button' Selected Key with same atttriubte.

2. In Key to Select property , give two different values supose a to First radio butoon and b to second.

3. now the attribute which is binded to Selectedkey, set its default value as a or b which ever radiobutton you want as default.