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

  • Home
  • SEARCH
  • 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 8543481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:18:43+00:00 2026-06-11T12:18:43+00:00

I have added successfully data to server and get json back so that I

  • 0

I have added successfully data to server and get json back so that I have success = true. After adding, my grid doesn’t sync data (just after refreshing with F5). In handler for success I’ve put:

var store = Ext.getStore('Workers');
store.sync();

I’ve checked and I really get store Workers but the sync is not working.

I think that when I reload data in store, data in grid should be also reloaded.

I’ve tried this too:

Ext.getCmp('workerlist').getView().refresh();

I’ve tried all examples from stackoverflow. 🙂

  • 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-11T12:18:44+00:00Added an answer on June 11, 2026 at 12:18 pm

    I am sure you did…

    sync(); is not the correct method for loading data. You should try

    var store = Ext.getStore('Workers');
    store.load();
    

    A grid binds itself to a store, so if you reload the store the grid will always do so but the grid will never causing a load on the store when calling refresh() on it. You may also try to get the grid and access the store from there like Ext.getCmp('my-grid').store.load();

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

Sidebar

Related Questions

I have a data grid in a view that is bound to a List
I am building an Android app using phoneGap and I have successfully added the
I have a png icon, it's added successfully in my project, but not included
I have added an extra field Specification in Catalog->Product->Data tab. This text is stored
I have added a checker to ensure that all fields in a form have
I have a grid that fills select lists from a dataurl in the jqGrid
I have inserted xml into SQL Server 2005 through rich text field successfully, now
I successfully implemented client editors and a server side API. Now I'm adding more
I'm trying to update a field in a table just after I have added
I have a Node.js app using Express that stores data in a mongoDB (locally).

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.