cancel
Showing results for 
Search instead for 
Did you mean: 

RadioButtonGroupByIndex in WD Java

Former Member
0 Kudos

Hi All,

I am using RadioButtonGroupByIndex in my application. i have given the value for that Radio Buttons.

In this scenario the first button always be selected by default.

i want to unselect the first button and want to make all radio button sholud be unselected.

how i can do this?? can anybody help me??

Regards

Nitin Kumar Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Nitin,

When you are using RBGI, atleast one element has to be selected and also it allows user to select one element only. So by default first element will be selected. And its not possible to unselect all the radio buttons.

To handle your scenario, you can add an element "None" as the first element and if user has selected "None", it should mean that user doesn't want to select anything.

Regards,

Vishweshwara P.K.M.