cancel
Showing results for 
Search instead for 
Did you mean: 

Radiobutton in table fields.

Former Member
0 Kudos

HI all,

I am trying to put radiobutton for one of the column in the table and textview for the rest...while doing context binding for the table.But that radiobutton is not coming ...rather the default textview is showing for that column while i run the application...please help..

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member40425
Contributor
0 Kudos

Hi,

Right click on the table ui element which is under the rootuielementcontainer and select create binding. Select the context and there You will find option for Cell editor. select cell editor as RadioBotton from drop down.

Regards,

Rohit

arjun_thakur
Active Contributor
0 Kudos

Hi abhishek,

After binding the table with the node, simply right click on the table UI and insert a table column. Now right click on the table column and insert cell editor. Now select radio button.

Regards

Arjun

Edited by: Arjun Thakur on Apr 30, 2009 3:30 PM

Former Member
0 Kudos

Try creating a cell editor of type radiobutton for the table column manually .

Set the keytoSelect property = 'X' and the selectedKey property will be bound to attribute of the node.

Regards,

Radhika.