Home - Forums-.NET - FlyTreeView (ASP.NET) - Fly Tree View

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Fly Tree View
Link Posted: 31-Jan-2006 07:27
Argh!
I am trying to populate a tree view on the fly that contains 7000 rows. the vast majority of these rows are in the 3rd and 4th level down. Needless to say, it loads like a slug!
Is there a way to create a static control with the flytreeview that already contains all the nodes that will load quickly?
Or anything else you can think of.
Suzy
PS. I have tried separate threads, reloading lower levels on expand, etc. Reloading forces the page to redraw the entire tree (Not a good thing)
Link Posted: 01-Feb-2006 03:02
Every treenode is a complex HTML structure and it takes a significant time for the browser just to render these thiusands of nested elements.
The only thing that can make it faster is load-on-demand techique. You should refer to a filesystem demo in this case.