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.