|
Hi Timothy,
App is a rewrite of one that I did using ExtJS Extender controls to prove it's use, which went well. The ExtJs treeview handled all this quite nicely (with a small graphics issue) however I now have to use the ASP.NET 2 treeview to work with Coolite, which is far superior I must say, but just holding me up quite heavily from doing the real nuts and bolts of the app.
You are correct about the children making the parent reissue OnTreeNodePopulate. I was not sure why this was happening and still don't rightly see the point although I am sure there is a good reason. If the tree remained as it was I would let it slide for the time being, but sometimes nodes get collapsed when selecting a website/ftpsite and sometimes ftpsites nodes end up being null which I can only assume is the OnTreeNodePopulate doing something funny...
Thanks Tony
|