This is a migrated thread and some comments may be shown as answers.

Radio button in RadGrid not working in Chrome

1 Answer 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anwar
Top achievements
Rank 2
Anwar asked on 29 Nov 2011, 07:06 AM
Hi friend,

I have used Radio button in Gridtemplate column.This radio button is correctly working only in IE and firefox and its not working in Chrome.
This my code for grid template column...
 <telerik:GridTemplateColumn UniqueName="TemplateEditColumn" AllowFiltering="false">
             <ItemTemplate>
                    <asp:RadioButton ID="chkAdd" ToolTip="Use Location as billing address" EnableViewState="true"
                                                                                    Height="18px" BorderWidth="0px" runat="server" GroupName="RegularMenu" AutoPostBack="True"
                                                                                    OnCheckedChanged="chkAdd_CheckedChanged" Checked="False" />
                </ItemTemplate>
  </telerik:GridTemplateColumn>

observe the image i have attached here..so that you can get some idea..
please help me.


Best Regards & Thanks
Anwar

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 01 Dec 2011, 04:47 PM
Hi Anwar,

Could you please let me know if the RadioButtonList works correctly if it is out of the RadGrid control and os placed independently on the page. Also please use some of the Chrome developer tools and verify if any javascript error appear on the page.

Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Anwar
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or