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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:39:54+00:00 2026-06-10T06:39:54+00:00

I got a problem that is simply driving me insane. I created a window

  • 0

I got a problem that is simply driving me insane. I created a window based widget that displays a grid. Ok, until now that is nothing special, but, each grid has to deal with different data. For Example: Imagine a homebroker, there is the widget that show the offers of a stock. So, the instance A has to show INTC, instance B has to show CSCO and instance C has to show FB. But when I deal with the data of INTC for instance A, the grids of instances B and C are updated too. So I understand that all grid a sharing the same store.
I’ve already tried to create a store dinamically, but, it didn’t work.

The question is, how do I do to separate this? There is another way to update a grid without stores?

  • 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-10T06:39:55+00:00Added an answer on June 10, 2026 at 6:39 am

    You need to create an instance of the store, you’re probably declaring them like this:

    {
         xtype: 'grid',
         store: 'theStore'
         // Rest of the properties
    }
    

    What you need to do is the following:

    {
        xtype: 'grid',
        //column definitions etc...
        initComponent: function() {
            var me = this;
            var lStore = Ext.create('App.store.MyStore');
    
            Ext.apply(me, {
                store: lStore
            });
    
            me.callParent();
        }
    }​
    

    This creates a unique instance of the store, if you reference the store like this: store: ‘MyStore’ you just get the same store, and when you sort, page, filter, … all the stores do the same.

    Hope this helps you, since you didn’t share any code.

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

Sidebar

Related Questions

I have created a dialog and got a problem that only part of the
We integrated a wysiwyg editor in our website. Now we got the problem that
I've got a problem that I'm stuck on for days now... I'm trying to
I got the problem that the if-statement doesn't work. After the first code line
I've got the problem that the UIAlertViewDelegate method - (void)alertViewCancel:(UIAlertView *)alertView is not called
I'm a newbie on Java EE and got a problem that I don't understand
I'm pretty new to java and I've got a problem that I couldn't solve
I've got a weird problem that i don't understand why it happened. I made
Tomcat has got that well-known memory leak problem that causes PermGen space errors after
I've got a strange problem in that my function is working as it should

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.