Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 196473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:46:13+00:00 2026-05-11T16:46:13+00:00

I’m in a situation where I need to display a tree. However some of

  • 0

I’m in a situation where I need to display a tree. However some of the nodes have 35000 child nodes (direct childs!). This of course is way to slow in terms of usability.

I’d rather see that the tree loads only those nodes that are visible in the browser viewport.

Such trees exist for WinForms and C++, does any of you know if such a tree exist for ASP.NET?

We are currently using the Telerik Treeview, which is a lovely control, but does not support the situation described.

extra questions

From a usability point of view: how do you deal with such trees. Displaying 35000 nodes on one level is nice, but how do you find something in that tree? Do you use paging in a tree? or a search box? or maybe add extra levels?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T16:46:13+00:00Added an answer on May 11, 2026 at 4:46 pm

    With that many nodes, even if you can find a performant way to display them, it is likely not going to be very usable by your users. Imagine trying to scroll through 35,000 nodes just to find the node you’re interested in! Same goes for paging. Is an user really going to page 3500 pages (assuming a page size of 10) to find their target? Probably not, and if they do, they probably won’t be too happy. 🙂

    Instead, with large data sets like this, I find it’s usually best to provide some type of “Filter” UI. Something that enables your user to “shape” the available data in to a more manageable collection.

    I’m not sure what ability you have to provide filtering (i.e. what fields you might filter on), but I think that’s your best bet. Options for the UI are:

    1. Something like RadGrid for ASP.NET AJAX that can provide a built-in filtering UI that enables users to quickly find the values they’re interested in.
    2. Using the RadTreeView’s client-side API and support for loading nodes on-demand, you could create a textbox that would filter the nodes in the tree as the user types. You would simply handle the TextBox’s onkeyup event and then fire a request to a web service to grab the nodes that meet the filter criteria, and replace your TreeView’s node collection with the result. That will make it much easier for your users to find their target node.

    Clearly there are other approaches, too, but hopefully this gives you some ideas.

    Short Answer: For large datasets, I’d use a combination of real-time filtering and web services to present a more manageable result set to my users. For initial load, I’d only load the first (let’s say) 200 nodes to keep performance high.

    Hope this helps!
    -Todd

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have some data like this: 1 2 3 4 5 9 2 6
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have thousands of HTML files to process using Groovy/Java and I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.