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. 
 
@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")
 
 
thank you,