views:

7321

answers:

5
+3  Q: 

Best AJAX TreeView

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

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

+6  A: 

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.

CMS
I think this treeview only supports asynchronous loading of leafs. Which may be an issue, if your tree is large.
Greg Dean
Yes, I found the ExtJS Treeview to have better asynchronous loading at many levels http://tinyurl.com/yp49hy
CMS
A: 

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.

gregmac
A: 

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

Also it only works with ASP.NET...

Thomas Hansen
This link doesn't work.
Ant
A: 

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.

Weijie JIN
A: 

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

jerjer