cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting radio button in table for row selection

Former Member
0 Kudos

Hi

I have to insert Radio Button in Table for Row Selection can anyone guide me to do this, Thanks in advance.

Regards,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi arun,

Keep selectionMode of your table to none. Insert a column with tableCellEditor as radio button. Now you can bind the index of row to the keyToSelect property of radioButton. Create one more attribute say selectedRow and bind this with your selectedKey property of radiobutton. Now the selectedKey attribute will have the index of the selected row when a radiobutton is selected.

Regards,

Jaydeep

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Arun,

see http://help.sap.com/saphelp_nw04/helpdata/en/0e/23b3c8b0a238439f664f73a04e6332/frameset.htm - selectionMode.

Hope it helps

Detlev

PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!