Hi
I have a tree having huge data. I have implemented load on demand. I want to expand a path when the tree first loads. For example I have to load a 4 levels deeps node root/fun/games/board games/chess, I know that I can use setSelectedPath but you know when I am doing load on demand this node is not present, how can I force it to expand fun and then expand games, then board games and then finally chess.
I guess I will have to do some recursive expasion, but I am not sure how I can do this.
Thanks
Umme Essa
I have a tree having huge data. I have implemented load on demand. I want to expand a path when the tree first loads. For example I have to load a 4 levels deeps node root/fun/games/board games/chess, I know that I can use setSelectedPath but you know when I am doing load on demand this node is not present, how can I force it to expand fun and then expand games, then board games and then finally chess.
I guess I will have to do some recursive expasion, but I am not sure how I can do this.
Thanks
Umme Essa
Comment