cancel
Showing results for 
Search instead for 
Did you mean: 

how to put a radio button ina table

Former Member
0 Kudos

Hi Frndz..

I want to show a radio button in a table which table contains multiple rows, so with this radio button user can select only one row out of multi rows.

My table like this am getting the data from RFC...

PONum BarCode OptionButton

100032 rnsnsv-e3r radiobutton

100043 sae489-q3 radiobutton

100034 fs88a7-df4 radiobutton

So with the option of radio button user can select only one row..

while using Insert Table cell editor am adding a radio button but am not able go ahead...suggest me if u have any ideas.

Thanks in Advance

Regards

Rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rajesh,

Try this:

Step1: Right click on RootUIElementContainer and manually insert the Table

Step2: Now right click on Table and Insert the TableCoulmn Group

Step3: In the TableColumnGroup Insert TableColumn

Step4: Now Insert TableCellEditor Radio Button Type.

Step5: Bind the value attributes to the Radio Button property called selectedKey and KeyToSelect and deploy the application

Thanks

Krishna

Former Member
0 Kudos

Why don't you just use the selection button in the first column? Set the selection cardinality of the table to 0:1 and you are done.

Armin