Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5
How to give group name for Radio button in Ultrawebgrid template columns?
posted

 

Hi,

    I have added five radio button template columns in WebGrid.  The radio button id is different for each radio button. In each row, I will select only one radio button at a time. I given group name, but it was not working.I will get data from data base to bind in grid. How can i bind to radio button. i used this code "<asp:RadioButton ID="RadioButton1"  GroupName="mei" Checked='<%# DataBinder.Eval(Container.DataItem, "MEC_Rating") %>' runat="server" /> " But i was throw exception.

    Pls help me with u r solution.

 By

Nanjundamoorthy M.