cancel
Showing results for 
Search instead for 
Did you mean: 

Radiobutton in two columns of a table

Former Member
0 Kudos

HI Experts,

I have a table in which two columns consists of radiobuttons.

My requirement is i should be able to select both the radiobuttons in same row at a time.

Please help me on this.....

Accepted Solutions (0)

Answers (2)

Answers (2)

ChrisPaine
Active Contributor
0 Kudos

Would that not make them checkboxes rather than radio buttons?

or are they two groups of radio buttons?

Former Member
0 Kudos

You can get this by giving different group name in Radio button property.

Former Member
0 Kudos

Create two radio buttons say A and B and create 2 attributes in the context and bind these attributes with A & B radio buttons. Write down the Key to select property for A & B as a, b.

This will works you.

Rather than Chris suggestion is correct to use check boxes instead of Radio buttons, as the standard functionlity for Radio buttons is to select only one from the multiple.

Former Member
0 Kudos

Actually in one column of the table, there are 5 parameters and there are two users who can select only one parameter at any point of time. Both the users can select same parameter also.

thats why i used radiobuttons in two columns.

But am not able to achieve bith users selecting the same parameter.

Sanketh: I have tried using "KeyTo Select" property but its not working...

Former Member
0 Kudos

Do you take two different context attributes (Type Boolean) for radio buttons?

Former Member
0 Kudos

yes, I have two context attributes binded to radiobuttons...

Former Member
0 Kudos

Hi,

I have also checked this functionality in Table and I am also not able to select the radio buttons in two columns at a time. Please use Checkbox instead of the Radio button.

In my opinion it's not possible in case of Table, If you take two radio buttons seperatelly (Not in the table), then it's possible.

Former Member
0 Kudos

ok thank you Sanketh....