TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
neel k
NA
143
136.1k
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,
Reply
Answers (
0
)
Sql server 2008r2 And Asp.net 4.0
Project Suggestion