vote up 2 vote down star
3

What are some of the better AJAX Treeviews out there that support asynchronous JSON loading.

YUI TreeView seems nice, but bloated with tables, etc.

flag

5 Answers

vote up 4 vote down check

jQuery TreeView plugin it's really good and it haves very nice asynchronous JSON loading capabilities...

ExtJS TreeView Component, also great, multi-level asynchronous loading, excelent for large trees.

link|flag
1  
I think this treeview only supports asynchronous loading of leafs. Which may be an issue, if your tree is large. – Greg Dean Oct 21 '08 at 4:37
1  
Yes, I found the ExtJS Treeview to have better asynchronous loading at many levels tinyurl.com/yp49hy – CMS Oct 21 '08 at 4:52
vote up 0 vote down

SimpleTree (jQuery) looks okay, though it is not totally feature complete. It has drag-and-drop re-arranging of the tree, which is a feature not found in very many jQuery trees.

link|flag
vote up 0 vote down

I obviously think ours is the best (Ra-Ajax TreeView) but I am obviously biased...

Also it only works with ASP.NET...

link|flag
vote up 0 vote down

Hello ckarbass,

I think you can have a try with ASTreeView. supports ajax loading, adding, editing, deleting, drag & drop...etc.

demo:

http://www.geekees.com

thanks.

link|flag
vote up 0 vote down

I suggest DHTMLX Tree:

  • Cross Browser
  • AJAX Support
  • In-line node editing
  • Drag-n-drop capabilities
  • *Smart Rendering - allows avoiding performance problems in trees with great number of nodes per level.
  • Rich Client API

  • Special techniques implemented into the component make loading of really big trees fast and effective.

  • Advanced drag-and-drop makes it possible to drag items not just within one tree, but between different ones (even if trees are located in different frames or iframes).

You can try this functionality right now:

Live Demo

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.