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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:22:39+00:00 2026-06-11T20:22:39+00:00

I have a grid loaded, I want to get the current stores URL which

  • 0

I have a grid loaded, I want to get the current stores URL which loaded the json data to it , and pass an extra param to it, and load this URL as a pdf, or xls. But how can I get the url?

  • 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-11T20:22:40+00:00Added an answer on June 11, 2026 at 8:22 pm

    Get the proxy and ExtraParams:

    var url = grid.getStore().getProxy().url;
    var params = grid.getStore().getProxy().extraParams;
    

    Then, build the url:

    var newUrl = url + '?' + Ext.Object.toQueryString (params);
    

    And the newUrl will be something like this:

    your_url_data.json?param1=value1&param2=value2
    

    I don’t think that exists a proxy method that do this but you can extend an existing proxy, as follows:

    Ext.define ('MyProxy', {
        extend: 'Ext.data.proxy.Ajax' ,
        buildInternalUrl: function () {
            return this.url + '?' + Ext.Object.toQueryString (this.extraParams);
        }       
    });
    

    And then:

    var newUrl = grid.getStore().getProxy().buildInternalUrl ();
    

    Result is the same 😉

    Here’s you can find the doc of proxies: Ajax Proxy

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

Sidebar

Related Questions

i have data-grid in my application and i want to customize my data-grid so
I have a grid which I would like to show extra information with RowExpander
I have a grid which I want to populate with images. So Internally I
I am using a GroupingStore to load data into a grid, data is loaded
I have grid with some textboxes and an image which goes out of grid
I have a grid with some controls inside. I want to hide the grid
I am using WPF UserControl and I have a grid so I want to
i have the following code on my aspx page: jQuery(#listFondos).jqGrid({ url: '/PorMyController/LoadGridData/', datatype: 'json',
I have a grid, a window root element. I want to apply an animation
I have stack of images in a grid and i want to implement a

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.