Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9116889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:46:50+00:00 2026-06-17T04:46:50+00:00

I just started using Kendo UI and did this tutorial to learn the basics,

  • 0

I just started using Kendo UI and did this tutorial to learn the basics, I created a new Kendo UI for MVC Web Application project on Visual Studio 202 and decided to put to test what I learned, I tried to put a Grid just like in the tutorial but failed to run it.

What I mean is that the kendo functions aren’t being recognized, which shouldn’t happen, since the project already has the kendo folder with the js files.

Here’s how my View looks like:

<!DOCTYPE html>

<html>
<head >
    <link href="Content/kendo/2012.2.710/kendo.common.min.css" rel="stylesheet" type="text/css" />
    <link href="Content/kendo/2012.2.710/kendo.default.min.css" rel="stylesheet" type="text/css" />
    <title><%: ViewBag.Title %></title>
</head>
    <body>
        <h1><%: ViewBag.GestionTitle %></h1>
        <div id="tweetGrid"></div>

        <script src="Scripts/jquery-1.8.2.min.js"></script>
        <script src="Scripts/kendo/2012.2.710/kendo.web.min.js"></script>
        <script>            
            $(function () {
                var ds = new kendo.data.DataSource({
                    transport: {
                        read: {
                            url: "http://search.twitter.com/search.json?q=kendoui",
                            dataType: "jsonp"
                        }
                    },
                    schema: {
                        data: "results"
                    }
                });
                $("#tweetGrid").kendoGrid({
                    columns: ["from_user", "from_user_name", "text"],
                    dataSource: ds
                });
            });
        </script>
    </body>
</html>

I’ve tried placing the scripts inside the head and inside the body, but can’t get the kendo functions to work. What am I missing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T04:46:51+00:00Added an answer on June 17, 2026 at 4:46 am

    Based on your comment…

    The rendered HTML is referencing resource files in the wrong location, hence the 404 error(s). Keep in mind that a view by itself has no concept of what URL will render it. It seems that this view is being rendered under a /Test/ path. Since the script is being referenced with a relative path, it’s looking for that relative path. What version of MVC are you using? They changed the “right way” to reference view resources a couple of times.

    For example, you might reference the scripts like this:

    <script src="<%: Url.Content("~/Scripts/kendo/2012.2.710/kendo.web.min.js") %>"></script>
    

    This essentially calls on server-side pre-processing to determine the correct client-side path to the file (based on a server-side path relative to the application root) and output that path in the script tag. So no matter where the view is used, it should always have the correct path to the resource file.

    You’d want to do this with any page resources. JavaScript files, CSS files, even images where appropriate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started using Hibernate on a new project, and with my first entity,
I just started using the new project type SQL Server 2008 Database. I can
I just started using the new Eclipse 4.2 (Juno) Null Analysis. On code like
I just started using the MVCContrib grid in a test project. I'm having a
I just started using Git and I want to know if this is the
I just started using CodeIgniter after using Zend for a while. My new site
We just started using jCarousel with our application and we're experiencing some strange UI
Just started using this technique and am having strange results on the PC side.
Just started using EC2, launched the instance with Amazon Linux AMI, installed my web
Just started using Xcode 4.5 and I got this error in the console: Warning:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.