cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Radio Buttons on one single row?

former_member194142
Participant
0 Kudos

Hello

I am trying to chnage the system proposed Radio button pattern, but no success, its as below,

System is proposing as below,

But I want to have all the said 3 buttons on one single row like below,

Pls. let us know how to get all the radio buttons on one single row?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi,

Are you using radio button by key? if so,

You can achieve your requirement as below

  • Create a transparent container TC_RADIO_BTN and set matrix layout for this container
  • Now, drag the radio buttons inside the transparent container TC_RADIO_BTN
  • Set the layout of first radio button to MATRIX HEAD & other radio button's to MATRIX DATA

Hope this helps you.

Regards,

Rama

former_member194142
Participant
0 Kudos

Thank you for your detailed explanation

former_member184578
Active Contributor
0 Kudos

Hi,

If you use Radio Button group by Key/Index it doesn't make any difference when coming to alignment. So, Are you going to create 3 radio button group ( by key/index )  and assign the first group to Matrix Head Data and for the remaining to Matrix Data..? ( if so, don't do that way! )

You don't have to create extra radio buttons and assign the Matrix Head Data/ Matrix Data. All you have to do is to set the colCount property of Radio Button Group to 3( or to the number of radio buttons you want to show in single row) , then those radio buttons will come in single row side-by-side.

For your requirement, just set the colCount property to 3.

hope this helps u,

Regards,

Kiran

former_member194142
Participant
0 Kudos

Gr8.

If you get a chance, pls. check my other question of,

http://scn.sap.com/message/14963736

Thak you

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Set the colcount property of your Radio button element to 3. This will work!!!