Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Radio Button group without any default selection

Former Member
0 Likes
1,582

Dear Friends,

In a screen I want to have a group of three radio buttons without any default selection. I mean, while executing the transaction, none of the buttons should be selected by default.

Thanks in advance.

Regards

Sathya

Dear Friends,

In a screen I want to have a group of three radio buttons without any default selection. I mean, while executing the transaction, none of the buttons should be selected by default.

Thanks in advance.

Regards

Sathya

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
848

hi,

this is not possible, as it is against the concept of radiobuttons. With some coding you can make this with checkboxes, however you also need to code, that only one can be selected at a time (or none of them)

hope this helps

ec

Read only

Former Member
0 Likes
848

Hi,

In the radiobuttons we cannot do it.

you can use check box for this concept any way some coding is required for it.

Hope it helps you.

Regards

Manjari.

Read only

Former Member
0 Likes
848

Hi sathya,

I think it is not possible.but there are other way to do it.

search sdn you will get the similar reuirement.

Thanks.

Read only

Former Member
0 Likes
848

You canot do this with radibuttons. It's mandatory to specify a default . In your case you can use check boxes.

Make validations

1) that not more than 1 check boxes are checked

2) not all the checkboxes are initial.

This should solve your problem.

Regards,

SAPient