Hi,
I have a list and i added two column (state and Action (checkbox data type for Action column). Now i created data connection and drag and drop this on form as repeating table. I have converted Action field in radiobutton. Now when i browse my form then i am able to select all the radiobutton (as expected). But i want to select only repeating table row on radio button selection. I have followed this blog http://www.infopathdev.com/blogs/jimmy/archive/2009/08/05/a-mutually-exclusive-radio-button-in-a-repeating-section.aspx to mutually exclusive radio button.
It is working fine in client but when i deploy same form then it is not working. My form is browser based and i am using infopath 2007.
Any idea how to implement same