neel k

neel k

  • NA
  • 143
  • 132.3k

mvc telerik

Nov 18 2014 3:00 PM
Hi all,
 
 I am using telerik in my mvc application. every thing works fine for first time. when i am trying to click an any thing the below error is coming . 
 
Object doesn't support property or method 'kendoGrid' 
 
0x800a138f - JavaScript runtime error: Unable to get property 'pingInterval' of undefined or null reference mvc telerik  
 
these are my .js files and styles. 
 
<link rel="SHORTCUT ICON" type="image/png" href="~/Content/images/icons/favicon.ico">
<link href="~/Content/style.css" rel="stylesheet" />
@Styles.Render("~/Content/css")
@Styles.Render("~/Content/GridStyle")
@Scripts.Render("~/bundles/modernizr")
@Styles.Render("~/Content/bootstrap")
@Styles.Render("~/Content/themes/base/css")
@Styles.Render("~/bundles/jqueryui")
@Scripts.Render("~/bundles/jquery")
@Styles.Render("~/Content/kendo/css")
@Scripts.Render("~/bundles/kendo")
<link href="~/Content/kendo.common.min.css" rel="stylesheet" />
<link href="~/Content/kendo.default.min.css" rel="stylesheet" />
<link href="~/Content/themes/smoothness/jquery-ui.smoothness.min.css" rel="stylesheet" />
<script src="~/Scripts/jquery.min.js"></script>
<script src="~/Scripts/kendo.aspnetmvc.min.js"></script>
 
 
thank you,