I finally got a switch added to my table list view as a first column, and a label to the right of that in a second column. The problem I have now is that when the user taps on the switch (a radio button), it get’s selected as it should, but I can’t figure out how to disable all the other radio buttons in that column in the table / list. I thought i’d use a for loop, but I can’t seem to figure out how to loop through the rows, or even, how to tell which row I’m on.
This is being done within the switch’s event, which is inside the rowRender event. [import]uid: 64538 topic_id: 33788 reply_id: 333788[/import]