I'm trying to build a ExtJs web application. There is a window for user maintenance,a grid is in the window to show user's role. A store links to the grid. I configure all of them in Sencha Architect, so I didn't write any code manually.
But something very interest happens. When I open the same window twice or more. If one grid contains data, they also show in all other opened window. Data is also updated altogether if I update in one window.
Store's data comes from a servlert by using a proxy and xmlreader. Is there anything I missed in grid or store configuration? Or I need to load the store manually when the window is created? Kindly help , thanks