Let me repeat my reply to you via email:
Actually any node in any treeview control is a complext HTML scructure
with nested html tables, divs, images and so on. And it takes a large
time for browser just to render these thousands of elements and even
just to expand a node when everything is already rendered (display
some HTML element with thousands of nested elements).
> do I have do load the nodes on expande ?
Yes, this is the best choice in the situaction. We provide the
FlyNodeSet control to be used with FlyTreeView.NodeSrc (and
TreeNode.NodeSrc) property. It is placed on a separate ASPX page and
serves FlyTreeView client-side calls to create sets of nodes rendered
in XML form.