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

RadMenu NavigateURL does not work on iPhone / iPad

3 Answers 136 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Gp.
Top achievements
Rank 1
Gp. asked on 29 Jan 2013, 10:11 PM
I cannot seem to figure out why but NavigateURL does not work on any iOS device.

I have the latest internal builds loaded.  Here is the markup:

<telerik:RadMenu ID="RadMenu1" runat="server" Width="960" EnableRoundedCorners="True" Skin="Metro"
           EnableShadows="True" ExpandAnimation-Type="OutQuad" CollapseAnimation-Type="InOutElastic" >
           <Items>
               <telerik:RadMenuItem Text="Products">
                   <Items>
                       <telerik:RadMenuItem Text="V3<span class='ss'> TM</span>" Target="_blank"
                           ImageUrl="/images/v3.png" NavigateUrl="http://<;LINK>" />
                       <telerik:RadMenuItem Text="EnVvy<span class='ss'> TM</span>"
                           ImageUrl="/images/envvy.png" NavigateUrl="http://<;LINK>" />
                    </Items>
               </telerik:RadMenuItem>
               ...
           </Items>
       </telerik:RadMenu>


Any ideas?

Thanks,

Grant

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Jan 2013, 07:10 AM
Hi Kenneth

The latest internal build(2012.3.1218) solved the issue- RadMenu item doesn't navigate in iPad when NavigateUrl is set.
Try updating your controls to the latest version and it should work.Hope this helps.

Thanks,
Princy
0
Gp.
Top achievements
Rank 1
answered on 30 Jan 2013, 02:43 PM
Um, nope.  We're on internal build 2012_3_1322 and it's still not working.

Any other ideas?

Thanks,

Grant.
0
Princy
Top achievements
Rank 2
answered on 31 Jan 2013, 07:05 AM
Hi

Please check the following thread for more information
Ipad Navigate issue
Here Telerik have mentioned that they have already fixed this issue in their latest build.Hope this helps

Thanks,
Princy.

Tags
Menu
Asked by
Gp.
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Gp.
Top achievements
Rank 1
Share this question
or