[CLOSED] Find grid-Store from another tab

  1. #1

    [CLOSED] Find grid-Store from another tab

    Hi,

    I am having two tabs in the tab panel. I am performing some tasks in second tab. Based on this I need to update the the gridpanel's data, which is in the first tab.

    I get the component using "parent.App.tpJobMain.items.getAt(0)". I can able to get this. I want to find the gridpanel or its store inside of this component.

    Thanks in advance
    Last edited by Daniil; Nov 13, 2013 at 9:59 AM. Reason: [CLOSED]
  2. #2
    Hi @MTSI,

    It should look like this:
    parent.App.Tab1.getBody().App.GridPanel1.getStore()
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @MTSI,

    It should look like this:
    parent.App.Tab1.getBody().App.GridPanel1.getStore()
    Its working. Thanks

Similar Threads

  1. GridPanel can not find store
    By zhdl in forum 2.x Help
    Replies: 1
    Last Post: Jul 25, 2012, 5:55 PM
  2. Replies: 7
    Last Post: Jul 25, 2012, 5:34 PM
  3. [CLOSED] Find Combobox store caller and Server-side values.
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: May 04, 2011, 3:42 PM
  4. Replies: 0
    Last Post: Mar 25, 2011, 11:41 AM
  5. [CLOSED] Store.find
    By CSG in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 03, 2009, 10:12 AM

Tags for this Thread

Posting Permissions