Application Development 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: 

Group Radio buttons of two screens of tabstrip in module pool

Former Member
0 Kudos

Hi Experts,

I got one requirement to group Radio buttons of two screens of tabstrip.

Scenariois as below:

Tab strip screens are Screen A and Screen screen B

Screen A has 4 radio buttons as p_Arad1, p_Arad2, p_Arad3, p_Arad4.

Screen B has 4 radio buttons as p_Brad1, p_Brad2, p_Brad3, p_Brad4.

Including all 8 radio buttons only one of those should be selected.

Is there any approach to meet this requirement?

We can group radio buttons of one screen but is there any way to group

radio buttons on different screens?

Thanks,

Yogesh

1 ACCEPTED SOLUTION

former_member1245113
Active Contributor
0 Kudos

Hi

To the Best of My knowledge this is not possible that too on 2 different Screens. This is even not possible if the Radio Button Groups Differ on the Same Screen.

All you can do is Clear the Radio Button values of the Other Screen.

As Per the Design Purpose and Architecture of Radio Buttons, If the Group Differs Their Purpose also differs, we need not Combine them. IF You Still Want it Please Come back to Basics of Radio Button.

I would suggest that would be voilating the Basic Purpose of Radio Buttons

Hope you understand it Clearly.

Cheers

Ram

4 REPLIES 4

former_member1245113
Active Contributor
0 Kudos

Hi

To the Best of My knowledge this is not possible that too on 2 different Screens. This is even not possible if the Radio Button Groups Differ on the Same Screen.

All you can do is Clear the Radio Button values of the Other Screen.

As Per the Design Purpose and Architecture of Radio Buttons, If the Group Differs Their Purpose also differs, we need not Combine them. IF You Still Want it Please Come back to Basics of Radio Button.

I would suggest that would be voilating the Basic Purpose of Radio Buttons

Hope you understand it Clearly.

Cheers

Ram

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

No, the readio button groups on different screens can not be grouped together,

Former Member
0 Kudos

hai,

no, it is not possible group radio buttons of two diffrent screens, if try to create with same group name also it is cant be done. and not only that if you try to create it also in each screen one radio button will be be selected by default.

by writting the code also i dont think it can be done.

please add the code as replay if you complete the issue

venkat_o
Active Contributor
0 Kudos

Yogesh, <li>Impossible. We group one screen radio buttons as you knew. Thanks Venkat.O