Ravish, Take a look at SlickGrid at http://slickgrid.googlecode.com (example 4). While it is an editable grid and not a tree, the tree-like expand/ collapse functionality is easily implemented and the DataView allows expanding/collapsing/searching/sorting/etc with 100'000 items with ease even on older machines and browsers.
On Mar 31, 8:45 pm, Ravish <ravish.bhag...@gmail.com> wrote: > Hi, > > I've been looking for a tree widget which can be filtered or searched > by typing keyword in a textbox. When trees have thousands of nodes, > its very difficult for users to browse manually. Has anyone ever seen > such a widget (jquery based ideally but other will do as well). I am > surprised to find that none of the available plugins support this > feature! > > Thanks