Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
UltraWebTree - Losing Node information after post-back
posted

I'm using an UltraWebTree and even though I turned the autopostback to false, I expand a branch on the tree and then another subbranch to reveal the children (reasons). After I select the reason, the web page does a post-back (as I said, I have all the post-backs turned to false....so that's confusing) and when I need to perform another action (such as a save of the information), I need the Node from the tree to determine all the parents and their cooresponding paths. 

This control was working fine with the 5.3 version but since upgrading (for a .Net upgrade) to the 8.3 version, the node is no longer available (null).

Any helpful information would be appreciated. 

 

 

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    This definitely sounds weird. I did some tests on my own with the 8.3 version, but when AutoPostBack was set to false, the treeview did not postback in any of the cases I tried. Is there any way I can reproduce that locally? Can you please send your ASPX markup (and / or any relevant code behind) so we can reproduce the case?

    I am just trying to figure out potential problems with the setup, e.g. AJAX, Load On Demand, Client-Side Events, etc - anything that could interfere with the treeview in any way.

Children