cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in having radio button in a table

Former Member
0 Kudos

Hi all,

Instead of using the standard selector for selecting a row in a table, I've used radio button in the first column of a table. I'm able to select a row in the table and retrieve back the contents of the selected row(using the selectedKey and KeyToSelect properties). But the problem is the "check mark" in the radio button is not visible as soon as I click a radio button. It appears only when I click the same radio button for the second time..I don't know where exactly the problem is..Please help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bala,

If still you are facing the problems with radiobutton, Please try with Checkbox UIElement in the table.

In one the applications we are using the checkbox for selection and its working fine.

Regards, Anilkumar

Former Member
0 Kudos

Hi Anil and Armin,

I've resolved the problem by using the <b>.mappingOfOnSelect()</b> method of the radio button in the <b>wdDoModifyView</b> method of the corresponding view.

Thanks for your patience in answering my question.

Former Member
0 Kudos

My advice is: Set table selection mode to AUTO, make the data source node selection 0:1 and use the standard selector.

Armin

Former Member
0 Kudos

Hi Armin,

Thanks for your advice., but the requirement is that I need to have a radio button instead of the standard selector to let the user know that at any point of time, only one row can be selected from the table. So,please suggest me a suitable solution.

Thanks in advance.