Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table Control

steinbate
Explorer
0 Kudos
228

Hello,

I have a table control with radio button selection. where it supposed to have only one record selection but in my case able to select multiple radio buttons because i need to do further calculation based on the selected record. how to overcome this..?

Note: And this behaviour of selection(multiple radio buttons) happening only when you do the page down in table control.

Thanks in advance!

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos
175

Why don't you use the standard "single selection" column?

prabhu_04
Explorer
0 Kudos
175

Hi Mahesh Stein,

In Table Control Attributes you need to select in Line selection as Multiple and w/selColumn( for Multiple Selection Records) .

0 Kudos
175

Hi Prabhakaran,

why i need to select as multiple..? if i need only one radio button selection. ?

Note: On the 1st page of tab control it is working perfect only one radio button is selected. then after when you do page down and select another radio button it is showing 2 radion buttons as selected. and it is happening only when you do the page down.