2008 Aug 26 12:45 PM
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
2008 Aug 26 12:47 PM
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
2008 Aug 26 12:48 PM
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.
2008 Aug 26 1:09 PM
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.
2008 Aug 26 2:39 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |