[CLOSED] how to enumerate treestore?

  1. #1

    [CLOSED] how to enumerate treestore?

    hi
    private void LoadPosts(TreeStore tsStore)
            {
                ...
            }
    Last edited by Daniil; Aug 08, 2014 at 9:05 AM. Reason: [CLOSED]
  2. #2
    Please demonstrate how do you populate nodes in the store
    Tree contains hierarchical data. So, you need to get root node and enumerate nodes from Children collection, recursively to read children of each subnode

    Recursive nodes populating can be found here
    https://examples2.ext.net/#/TreePanel/Advanced/Filter/

    You can use the same approach to read existing nodes

Similar Threads

  1. [CLOSED] TreeStore with IHierarchicalDataSource
    By bbros in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Oct 26, 2013, 9:25 AM
  2. [CLOSED] there is no remove method in treestore?
    By hdsoso in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 23, 2013, 6:20 AM
  3. [CLOSED] Enumerate header items
    By paulc in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 14, 2013, 3:22 PM
  4. Replies: 2
    Last Post: Aug 06, 2009, 3:36 PM
  5. TreePanel enumerate through checked nodes
    By PeterSam in forum 1.x Help
    Replies: 1
    Last Post: Feb 02, 2009, 5:25 PM

Posting Permissions