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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:03:55+00:00 2026-05-28T03:03:55+00:00

As do to send all the data in a grid in extjs to the

  • 0

As do to send all the data in a grid in extjs to the server?

My Store

var store = Ext.create('Ext.data.Store', {            
            autoDestroy: true,
            autoLoad: true,
            fields: ['property', 'value']
            proxy: {
                type: 'ajax',                
                url: '...',                
                reader: {
                    type: 'json'                                        
                },
                writer: {
                    url: '...',                
                }
            },
            sorters: [{
                property: 'common',
                direction:'ASC'
            }]
        });

I have a grid that uses my store.

I have tried to this but it doesn’t work

mygrid.getStore().add(mygrid.getStore().getRange(0,2));

any ideas?

  • 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-28T03:03:55+00:00Added an answer on May 28, 2026 at 3:03 am

    You defined your store as a variable ‘store’. So you would just need to call store.save(). The save function will use the url defined by your store.proxy to post the data back to the database.

    I noticed that you are putting a url config inside of your proxy.writer, which doesn’t have a url config option. proxy.writer is used to translate the json, xml, etc before it gets to the proxy.

    If you want to use different backend controllers for CRUD operations you could specify these in the api config of the proxy you are using (Ext.data.proxy.Ajax). Take a look at the api config item on this page.

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

Sidebar

Related Questions

I am looking for a way to periodically send some data over all clients
In ASP.net MVC 2, I can use routes.RouteExistingFiles = true; to send all requests
Will Socket.SendAsync always send all data in the byte[] buffer that the SocketAsyncEventArgs has
I have a form that posts to process.php. Process.php send all the data to
While a send() succeeds with all data being sent most of the time, it
I wanna send data from client to server. There are two queues. in client
I am creating an server to send data to many persistent sockets. I have
All, I want to send a mail from Unix OS (without GUI) to MS
I'm trying to send a WOL package on all interfaces in order to wake
im trying to send rest api Users.getLoggedInUser i have all the secret session and

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.