cancel
Showing results for 
Search instead for 
Did you mean: 

Radio button selecting automatically

Former Member
0 Kudos

Hi all,

I have created one table and in that Fields are ID and Name. Created one more attribute type as radio button.

Thru apply Template I created layout then passed valued(ID and name) In the output all the radio buttons are selected by default

I need to select particular radio button in the table row and remaining all are should not be select.

Let me know how to archive this.

Thanks

polaka

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Got Solved by own.

Thanks

Polaka

Former Member
0 Kudos

How did you solve it?

Please let me knwo.

Former Member
0 Kudos

Hi,

If I understand your problem correctly this is the solution for the same.

You must define a radiobuttongroup for the related radio buttons, only then one of the radio buttons will be selected.

e.g radio buttons 'Male' and 'Female' should be a part of one radiobuttongroup 'radiogrp_gender'.

regards,

Radhika

Former Member
0 Kudos

Thanks Radhika for giving reply,

I have 100 line items in the table. Each line item need to put one radio button.

When the user select perticuler line in the table I will display related content. Initially how put radio button for each line and should not select bydefault.

Thanks

Polaka