This may be more an Ajax related question, however here goes.
I know that the FlyTreeView cannot be put inside an UpdatePanel (it bombs and EvgenyT stated in a previous post that it didn't work).
However, what I would like to do under certain circumstances is force the FlyTreeView to be part of an update.
For example, I have a button in a GridView in an UpdatePanel that expands the tree. All the code works as it used to, and the UpdatePanel updates as it is supposed to. All the nodes in the tree are populated (seen in debug). However because only the UpdatePanel is updated, the FlyTreeView outside of the UpdatePanel is not.
Can anyone think of a technique to force the FlyTreeView to also be part of the page update (and thus show the expansion of the tree)? I'd even accept that button doing a full postback, but I can't seem to make this work with Triggers etc. Since it is in a GridView where other buttons do benefit from Ajax, it can't be moved outside the UpdatePanel
Actually it would just be nice if the FlyTreeView could be put in the UpdatePanel, but ....
Thanks in advance...