Large Tree structure

  • Thread starter Thread starter mobeamer
  • Start date Start date
M

mobeamer

Anyone know of a way or a component that will build a tree:

Tree must be able to load about 100,000 nodes. (About 8 levels deep)

Have the capabilities to do multiple check boxes and elements on the
page.

If it is AJAX enabled then the starting node structure would contain
around 2000 nodes.
Additional nodes(drill downs) would load between 500 to 1000 nodes.

Any help would be appreciated.

Loading time is a critical factor.
 
this is beyond the limits of the browser. you will need a more modest
design. you want to keep to about 10-30 nodes fetched at a time. you should
pick a different UI.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top