---
title: "Extjs - getting all stores of a view."  
description: "Extjs - getting all stores of a view."  
author: "Anonymous User"  
published: 2016-05-03  
updated: 2016-05-03  
canonical: https://www.mindstick.com/forum/34123/extjs-getting-all-stores-of-a-view  
category: "sencha extjs"  
tags: ["sencha", "sencha cmd"]  
reading_time: 1 minute  

---

# Extjs - getting all stores of a view.

I have created a [panel](https://www.mindstick.com/blog/11988/restructuring-corporate-offenses-government-appointed-panel-suggests-in-house-adjudication-system) which has 2 grids and 4 combo boxes and every one having his own store.\
[Now](https://yourviews.mindstick.com/view/81402/it-s-liberals-vs-progressives-in-us-politics-now), my [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) is - is there any way to obtain all the [stores](https://www.mindstick.com/forum/161350/how-does-sqlite-database-stores-tables) using **Ext.ComponentQuery** or something like this **Ext.StoreManager** which returns all the stores of the application. I want to get stores for every specific view.\
\
Please [anyone](https://www.mindstick.com/articles/23207/how-to-find-the-best-fit-job-for-anyone) provide me the easiest solution to do it.\
Thank you.\
\

## Replies

### Reply by Tarun Kumar

if you have a component which has a store but it is not bounding using the store property, then there is posibilities of syntax errors in your code, or If you are working on basic Extjs components for example: grid or combos, you can try this:\

```
view.query ( "[store]").map ( function ( mycomponent ) {   return mycomponent.getStore()});
```


---

Original Source: https://www.mindstick.com/forum/34123/extjs-getting-all-stores-of-a-view

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
