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

The Archive Base Latest Questions

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

I have an html page with a jqgrid. These hqgrid retreve data in json

  • 0

I have an html page with a jqgrid.
These hqgrid retreve data in json from a php script.
jQgrid retrieve data by default requesting this url:

http://localhost/projects/gestionalePreventivi/retrieve/imprese/?_search=false&nd=1311285005780&rows=10&page=1&sidx=id&sord=desc

but I would this url modified in this mode:

http://localhost/projects/gestionalePreventivi/retrieve/imprese/false/1311285005780/10/1/id/desc

This is a little part of my code:

jQuery("#tabImprese").jqGrid({
                url:$myurl,
                datatype: "json",
                height: 150,
                .............
  });

How can I do it?
Thank you so much.

  • 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-23T23:40:26+00:00Added an answer on May 23, 2026 at 11:40 pm

    I don’t think that the usage of url in the form in which you as describe is a good idea. The way seems me not good from the architecture point of view.

    Nevertheless from the technical side the dynamic modification of the url is do possible. One can use beforeRequest event like the following:

    beforeRequest: function() {
        var p = this.p, pd = p.postData;
        p.url = '/base/' + pd.rows + '/' + pd.page + '/' +
                encodeURIComponent(pd.sidx) + '/' + pd.sord;
        p.postData = {};
    }
    

    In the way the URL used will be like you as need: see the demo here. Using Fiddler or Firebug for example you can verify which URL will be used.

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

Sidebar

Related Questions

I have an html page with jqgrid. This jqgrid retrieve data from a php
I have an HTML page that uses AJAX to retrieve messages from a server.
I have an HTML page that I generate from the data contained in a
I have set up a demo on this page : http://permanaj.net/jqgrid/index.html code: <html> <head>
I have create a simple grid that retrieves data from a server through php.
i have html page with link like /with_us.php?page=digit and out.php?i=digit . how can i
I have HTML page and servlet file.Now i want to get the request from
So I have html page called A.html it was called like this from B.html
I have a jqGrid where I get data at once from server (java) in
I have a html page ( editor.php ) which contains a lot of html

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.