cancel
Showing results for 
Search instead for 
Did you mean: 

Radio button in Table view with Content Design = "Design2002"/"Design2003"?

Former Member
0 Kudos

How do I get a <b>radio button</b> in the table view with Content Design = "Design2002"

or Design = "Design2003"?

The same question was asked in Thread:

...But strangely the answers provided did not relate

to the original question!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Mansa.. it certainly is a start.

If I use Content Design = "Classic" then the radio button appear against all the rows. I was hoping there

might have been away of having the rows and Design2003.

I guess there must be an line of Abap somewhere in one of the methods that says if it is classic, make those button radios otherwise checkboxes!

Former Member
0 Kudos

you mean to say you dont want radio buttons on all the rows? then create a table view/gridlayout and then add this code in the cells wherever you need a radiobutton.

regards,

manasa

athavanraja
Active Contributor
0 Kudos

for selecting tableview rows, with old design, you had radio button for single row selection and for multiple i guess we had check box, now with desing 2002 and 2003 it has been replace with button for both single selecte and multiselect.

instead of these buttons if you want radio button/check boxes, you need to code that yourself.

Regards

Raja

Former Member
0 Kudos

iam not sure if this will be f any help. but just give a try.

<htmlb:radioButtonGroup id="radioenrolltype" >

<htmlb:radioButton id = "<%= v_home_enroll_id %>"

text = "<%= v_home_enroll_text %>"

checked = "<%= v_home_enroll_checked %>"

onClick = "click"

onClientClick = "needToConfirm=false"

encode = "TRUE" />