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
535
Webtree collapsing when xml source updated
posted

I have a webtree as such:

<ignav:UltraWebTree ID="UltraWebTree1" runat="server" DataSourceID="xmlTreeSource" Expandable="False" ExpandImagesVisible="False" Indentation="10" InitialExpandDepth="1">

which displays correctly until i run some code on a postback that updates the data in xmlTreeSource. The page comes back with the tree collapsed and since I don't allow it to be expanded, there's no way to see the next level of data. Why is it collapsing?

thanks.