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
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