I have a problem with FlyTreeView. My nodes have PopulateNodesOnDemand property set to true. On client side I drag some node on last populated one. On handling Drop event I make callback to server, and in this case on server side when I handle callback that last populated node has no ChildNodes, but of course they are, and they were displayed on client before. It's seemed like the tree does not update ViewState correctly.
Any suggestions?