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

radmenu & ajaxmanager

3 Answers 45 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Ciaran
Top achievements
Rank 1
Ciaran asked on 01 Dec 2009, 03:18 PM
Hi

I have 2 radmenus on a page and I use the ajaxmanagere to ajaxify the click events as per normal

the mark up looks something like this , obviously with the specific panels to open referenced inside the <UpdatedControls> tag

<%--menu 1 --%> 
                 
<telerik:AjaxSetting AjaxControlID="i0"
<telerik:AjaxSetting AjaxControlID="i1"
<telerik:AjaxSetting AjaxControlID="i2"
 
<%--menu 2--%> 
    
<telerik:AjaxSetting AjaxControlID="i0"
<telerik:AjaxSetting AjaxControlID="i1"
<telerik:AjaxSetting AjaxControlID="i2"
<telerik:AjaxSetting AjaxControlID="i3"
<telerik:AjaxSetting AjaxControlID="i4"
 

The loading panel does not seem to want to fire for Menu 2 and I have lost some functionality in Menu 1 too, Is this because the AjaxControlID's have the same name ? and if so how do I distinguish between them

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 Dec 2009, 07:53 AM
Hi Ciaran,

The whole menus should be ajaxified, not only their items, so you should set the ids of the menus to AjaxControlID.

Greetings,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ciaran
Top achievements
Rank 1
answered on 03 Dec 2009, 10:04 AM
Yana

Could you post an example please?
0
Yana
Telerik team
answered on 08 Dec 2009, 03:12 PM
Hello Ciaran,

Please find attached a simple page demonstrating this.

Regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Ciaran
Top achievements
Rank 1
Answers by
Yana
Telerik team
Ciaran
Top achievements
Rank 1
Share this question
or