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

Telerik menu script errors. undefined is null Telerik.menu.min.js

0 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Raja
Top achievements
Rank 1
Raja asked on 04 Nov 2011, 09:48 PM
Hi,

          I am using telerik MVC menu control in a aspx master page and encountered the following javascript error:
undefined is null Telerik.menu.min.js

Following is my code

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="xyzApp.master.cs" Inherits="xyzApp.xyzReports" %>
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  
<head id="Head1" runat="server">
    <title>CallTrack Reports</title>
    <meta name="title" content="xyz Reports" />
    <meta name="description" content="" />
    <meta name="keywords" content="" />
    <meta name="sitetype" content="Database application." />
    <meta name="organization" content="xyz" />
    <meta name="author" content="Temp" />
      
    <link href="../Content/Site.css" rel="stylesheet" type="text/css" />
    <script src="../Scripts/jquery-1.4.4.min.js" type="text/javascript"></script>
    <script src="../Scripts/jquery.validate.min.js" type="text/javascript"></script>
    <script src="../Scripts/jquery.validate.unobtrusive.min.js" type="text/javascript"></script>
    <script src="../Scripts/2011.1.315/telerik.menu.min.js" type="text/javascript"></script>
    <link href="../Content/2011.1.315/telerik.common.min.css" rel="stylesheet" type="text/css" />
    <link href="../Content/2011.1.315/telerik.PhoneBank.css" rel="stylesheet" type="text/css" />
      
      
  
    <link type="text/css" rel="Stylesheet" href="http://ajax.microsoft.com/ajax/jquery.ui/1.8.5/themes/ui-lightness/jquery-ui.css" />  
    <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.4.4.js" type="text/javascript"></script
    <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.5/jquery-ui.js" type="text/javascript"></script>
    <script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.7/jquery.validate.js" type ="text/javascript"></script>
  
  
    <style type="text/css">
        #txtDateFrom
        {
            width: 110px;
        }
        #txtDateTo
        {
            width: 110px;
        }
          
          
        #Submit1 {
            width: 70px;
        }
        #form1
        {
            height: 758px;
        }
          
    </style>
  
    <asp:ContentPlaceHolder ID="head" runat="server">
    </asp:ContentPlaceHolder>
</head>

<

 

 

script type="text/javascript">

 

//<![CDATA[

jQuery(document).ready(

 

function () {

 

jQuery(

 

'#menu').tmenu();

 

});

//]]>

</

 

 

script>

 




Can anyone provide solution for this? Even if it is a simple one please let me know what the fix is?



Tags
General Discussions
Asked by
Raja
Top achievements
Rank 1
Share this question
or