Hello,

I have a Tree control and I want to load each node's children in "lazy" 
fashion--that is, when 
the user expands a node, I want to fetch that node's children from the server. 
(there is way 
too much data to populate the entire tree ahead of time).

I've looked around and the closest I came to a solution is this old post:
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg62360.html

This code works, but it seems that it will only modify the children of the root 
nodes. It isn't 
clear how to expand this code to work with a deep tree.

Does anyone have ideas on that, specifically, or on other approaches to this 
problem?
Thanks



Reply via email to