Hi, Here is my code:
<telerik:GridHyperLinkColumn DataTextField="ID" HeaderText="ID" DataNavigateUrlFields="ID" DataNavigateUrlFormatString="~/Send.aspx?qn={0}" />
clicking on ID in the grid is actually giving me a popup to call in Iphone. it works fine in desktop and Android.
Could please lemme know how to supress this.
<telerik:GridHyperLinkColumn DataTextField="ID" HeaderText="ID" DataNavigateUrlFields="ID" DataNavigateUrlFormatString="~/Send.aspx?qn={0}" />
clicking on ID in the grid is actually giving me a popup to call in Iphone. it works fine in desktop and Android.
Could please lemme know how to supress this.
