G
g2
To my understanding it is not possible to have mutually exclusive radio
button controls in a datagrid.
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q316495). I have
read that it is possible to just emit standard input radio tags in the
itemtemplate column and the radio buttons should be mutually exclusive. I
have tried the below but I still do not get mutually exclusive controls. Any
ideas? Thanks.
<asp:TemplateColumn>
<ItemTemplate>
<INPUT id="rbcust" type="radio" runat="server">
</ItemTemplate>
</asp:TemplateColumn>
button controls in a datagrid.
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q316495). I have
read that it is possible to just emit standard input radio tags in the
itemtemplate column and the radio buttons should be mutually exclusive. I
have tried the below but I still do not get mutually exclusive controls. Any
ideas? Thanks.
<asp:TemplateColumn>
<ItemTemplate>
<INPUT id="rbcust" type="radio" runat="server">
</ItemTemplate>
</asp:TemplateColumn>