Radio button column in a DataGrid

A

aroraamit81

Hi,

I have a RadioButton column in a DataGrid, the problem is it is
allowing me to multi select RadioButtons, where as I dont want to have
post back on Click of radio Button. Here is a code which I am using

<asp:datagrid id="dgNominees" runat="server"
AutoGenerateColumns="False" DataKeyField="AwardNominationID">
<Columns>
<asp:TemplateColumn HeaderText="Select">
<ItemTemplate>
<asp:RadioButton id="rdo"
runat="server"
GroupName=grpNomineesSelection></asp:RadioButton>
</ItemTemplate>
</asp:TemplateColumn>


Any help why this is happening!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top