[CLOSED] Reload tree node

  1. #1

    [CLOSED] Reload tree node

    I would like to know how to reload a tree node in v 2.0 since the node does not have the reload method anymore.
    Last edited by Daniil; May 17, 2012 at 9:51 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I would use the Store load method.

    Example
    var tree = App.TreePanel1,
        store = tree.getStore(),
        node = tree.getRootNode();
    
    store.load({
        node : node
    });
  3. #3
    Than you Daniil, please mark it as resolved

Similar Threads

  1. Replies: 0
    Last Post: Dec 19, 2011, 12:11 AM
  2. reselect node in treepanel after page reload
    By ginsar in forum 1.x Help
    Replies: 27
    Last Post: Oct 13, 2011, 11:05 AM
  3. Replies: 16
    Last Post: Jul 19, 2011, 3:53 AM
  4. [CLOSED] [1.0] Tree node reload is very slow
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Oct 28, 2010, 8:48 AM
  5. Tree cannt reload in my code
    By bluebirdzx in forum 1.x Help
    Replies: 4
    Last Post: Oct 21, 2010, 2:39 PM

Posting Permissions