2020 Dec 07 12:28 PM
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!
2020 Dec 07 7:49 PM
2020 Dec 08 7:49 AM
Hi Mahesh Stein,
In Table Control Attributes you need to select in Line selection as Multiple and w/selColumn( for Multiple Selection Records) .
2020 Dec 08 7:54 AM
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.