Using webdatatree and after selecting a node to load a grid it does a postback as expected. I have a long list in the tree and after the postback the scrollbar goes to the top. Is there a way to get the position to stay on the node that I clicked after the postback?
Hi jcom39201,
The following article details how you can maintain the position of the WebDataTree's scrollbar through postbacks:
http://blogs.infragistics.com/blogs/radoslav_minchev/archive/2010/11/03/retain-scrollbar-position-on-postback-of-webdatatree-control.aspx
Please tell me if this helps.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
I am getting errors and cannot build. It has 3 errors. First is a syntax error and next 2 errors say that hiddenfield1 is not declared. My WebDataTree is named WebDataTree2. If I take out the <script> it builds ok. Put it back in I get errors. Also added the clientevents to the tree and that seems fine. Not sure what to do. Thanks.