I am currently having an issue with radio buttons and grouping. I have an asp radio button within a repeater control. I have the group name attribute set to \"Customer\". Wh
I fixed it in javascript:
$(function () { $("#divWithGridViewOrRepeater input:radio").attr("name", "yourGroupName"); });