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 5991671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:25:15+00:00 2026-05-22T23:25:15+00:00

is there anyone who have experienced problems using the latests jQuery version with one

  • 0

is there anyone who have experienced problems using the latests jQuery version with one of the last jqGrid releases?

I am in process to upgrade jQuery to 1.6.1 and I was trying to find infos about jqGrid but it seems that they are not yet supporting it.

UPDATE:

I did some tests and it seems that there are problems:
enter image description here

This is the script I’ve used:

var MyGrid = jQuery("#GroupsGrid");
MyGrid.jqGrid({
    url: '/Home/FetchData',
    postData: { Query: 'aaa' },
    datatype: 'json',
    mtype: 'POST',
    colNames: ['Nome'],
    colModel: [
           { name: 'Name', index: 'Name', sortable: false, width: 730 }
          ],
    pager: '#GroupsPager',
    rowList: [15, 30, 50],
    rowNum: 15,
    width: 794,
    height: 350,
    rownumbers: true
});
MyGrid.navGrid('#GroupsPager', { edit: false, add: false, del: true, search: false }, {}, {}, {});

UPDATE:

If I change the pager this way

MyGrid.jqGrid('navGrid', '#GroupsPager', { edit: false, add: false, del: true, search: false }, {}, {}, {});

I get this error: uncaught exception: jqGrid - No such method: navGrid

This is the JSON returned:

{"total":1,"page":1,"records":3,"rows":[{"id":"1","cell":["Alberto"]},{"id":"2","cell":["Paolo"]},{"id":"3","cell":["Alessandro"]}]}

Since I am using ASP.NET MVC2 I include my js/css files this way:

Site.Master

<head runat="server">
    <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title>
    <link href="<%= Url.Content("~/Content/Site.css")%>" rel="stylesheet" type="text/css" />
    <link href="<%=Url.Content("~/Content/themes/redmond/jquery-ui-1.8.13.custom.css")%>" rel="stylesheet" type="text/css" />
    <script src="<%=Url.Content("~/Scripts/jquery-1.6.1.min.js")%>" type="text/javascript"></script>
    <script src="<%=Url.Content("~/Scripts/ui/jquery-ui-1.8.13.custom.min.js")%>" type="text/javascript"></script>
    <asp:ContentPlaceHolder ID="Head" runat="server"></asp:ContentPlaceHolder>
</head>

As you can see I’ve used a new placeholder so I can include my page-scripts in the head:

Home/Index.aspx

<asp:Content ID="Content3" ContentPlaceHolderID="Head" runat="server">
    <link href="<%=Url.Content("~/Content/jqGrid/ui.jqgrid.css")%>" rel="stylesheet" type="text/css" />   
    <script src="<%=Url.Content("~/Scripts/jqGrid/i18n/grid.locale-it.js")%>" type="text/javascript"></script>
    <script src="<%=Url.Content("~/Scripts/jqGrid/jquery.jqGrid.min.js")%>" type="text/javascript"></script>
    <script type="text/javascript">
        $(document).ready(function() {

            var MyGrid = jQuery("#GroupsGrid");
            MyGrid.jqGrid({
                url: '/Home/FetchData',
                postData: { Query: 'aaa' },
                datatype: 'json',
                mtype: 'POST',
                colNames: ['Nome'],
                colModel: [
                       { name: 'Name', index: 'Name', sortable: false, width: 730 }
                      ],
                pager: '#GroupsPager',
                rowList: [15, 30, 50],
                rowNum: 15,
                width: 794,
                height: 350,
                rownumbers: true
            });
            MyGrid.jqGrid('navGrid', '#GroupsPager', { edit: false, add: false, del: true, search: false }, {}, {}, {});
    });
    </script>    
</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<div>
    <table id="GroupsGrid"></table>
    <div id="GroupsPager"></div>    
</div>
</asp:Content>
  • 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-05-22T23:25:16+00:00Added an answer on May 22, 2026 at 11:25 pm

    Sorry, but I could not reproduce your problem. See the demo. I use HTTP “GET” instead of “POST” because I use no active server components. Could you verify the demo in your environments?

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

Sidebar

Related Questions

Is there anyone who has used or looked into using Jitterbit as well as
Is there anyone who can help me with this problem. Have downloaded and configured
is there anyone who makes use of the Microsoft Open XML SDK 2.0 for
Is there anyone working solo and using fogbugz out there? I'm interested in personal
Is anyone out there using Team Foundation Server within a team that is geographically
Is anyone out there still using DataFlex? If so, what are you favorite tips
Is there anyone who can answer this? It really doesn't make sense and I
Are there anyone with experiences/examples on releasing early/releasing often for commercial software? Does it
was wondering if there are anyone else here that has signed up with the
Can anyone out there recommend a good online resource for CSS 'design patterns'? I

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.