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

baseData is not defined

3 Answers 53 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Brian Limkemann
Top achievements
Rank 2
Brian Limkemann asked on 03 May 2008, 09:42 PM
I have a RadMenu (AJAX 2008.1) that uses a WebMethod to populate the items. Everything is working with the exception that when the AJAX method returns (and the menu is populated), I get an error saying "baseData is not defined". This happens both on IE and FF on line 1858 of the .axd file. Here is the line of code: 

baseData["navigateUrl"]=_1c8;

Has anyone else had this error?

The result of the error is that my loading template never disappears.

Here is the definition of the menu:

<telerik:RadMenu runat="server" ID="rm" Skin="Default">
<WebServiceSettings Path="MenuService.asmx" Method="GetMainMenuItems" />
    <LoadingStatusTemplate>
    Loading...
    </LoadingStatusTemplate>
</telerik:RadMenu>

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 May 2008, 03:04 PM
Hi Brian,

Do you have a working demo project of this issue? If yes, please send it to us so we can debug it locally.

Thanks.

Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Accepted
Simon
Telerik team
answered on 06 May 2008, 12:01 PM
Hello Brian Limkemann,

This problem should have already been resolved in the latest version of RadMenu for ASP.NET AJAX.

I have attached the latest trial hotfix - v2008.1.505 - to this post.

All the best,
Simon
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Brian Limkemann
Top achievements
Rank 2
answered on 06 May 2008, 12:14 PM
That fixed it!

Thank you.
Tags
Menu
Asked by
Brian Limkemann
Top achievements
Rank 2
Answers by
Peter
Telerik team
Simon
Telerik team
Brian Limkemann
Top achievements
Rank 2
Share this question
or