views:

81

answers:

1

Here comes a requirement and i'm still at the beginning of choosing jQuery treeview plugin, which should support c# web service. the datasource is really a big one, so all treeview nodes must be collapsed defaultly. Once user click a node to expand, an extra parameter will be passed into the webmethod and populate its children treeview. I found there are many lightweight treeviews which populate a whole bunch of UL/LI DOM on pageload which is not what I want.

I found a page lists 8 jQuery treeviews. hardly to test one by one. http://www.programmingsolution.net/useful-js/jquery-treeview.php

Do anyone get the same exp to help me out? Thanks.

A: 

have you tried

  1. jstree
  2. file tree

I recommend it...

Reigel
It looks great, but not tried yet. here are those eight treeviews at http://www.programmingsolution.net/useful-js/jquery-treeview.php seemed now jquery/plugin/treeview is the best one..
Elaine
thx, eventually, i took "jquery.treeview", it's ok now
Elaine
good!... cheers!
Reigel