In a table layout, there are two radio buttons in two rows. Is there any way to tie them as a group (as in radio group)? That means, user can check only one radio button at a time.
I tried to handle the logic at the event invocation using listener interfaces.
Any thoughts on a better way around?
Thanks in advance!