I'm using jqGrid similarly. After having used an ExtJs treegrid for a while (and running into some difficulties with the complexity of configuring it), I switched to jqGrid because its configuration is simpler, it matches jQuery UI theming, and had enough features for me. Here are the demos & feature list: http://trirand.com/blog/jqgrid/jqgrid.html. Docs are at http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jqgriddocs. Treegrid configuration is detailed at http://www.trirand.com/jqgridwiki/doku.php?id=wiki:treegrid. Currently jqGrid doesn't support drag and drop of tree nodes, but it provides drag and drop support that can be configured to allow dragging and dropping nodes (I'm aiming to make a forum post documenting how to do this in the future.)
Tim On 10/17/2011 01:00 PM, Sean DiZazzo wrote: > Hi Wondering if anyone has advice on making a dynamic treeview. I'm > trying to use tw.jquery because I like the way it looks but I realize > extjs treeview is another option. I am kind of trying to display part > of a filesystem. So what I would like to do is calculate the tree in > the controller and send it via json to the widget. Extjs has a > fetch() parameter to populate the tree but I don't see anything > similar on the jquery widget. > > Thanks for your advice. > > ~Sean > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

