Application Development and Automation 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: 
Read only

Table Control

steinbate
Explorer
0 Likes
882

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
829

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

Read only

prabhu_04
Explorer
0 Likes
829

Hi Mahesh Stein,

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

Read only

0 Likes
829

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.