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
150
WebDataTree Static and Dynamic Nodes Nested Within Tree
posted

Is it possible to have a combination of static and dynamically create nodes with the WebDataTree.

For example:

IStatic

    |____ IaDynamic

                       |____ 1aStatic

                       |____ 2aStatic

   |____ IbDynamic

                       |____ 1bStatic

                       |____ 2bStatic

IIStatics

    |____ IIaDynamic

    |____ IIbDynamic

 

I am looking through the examples and it seems as if it may require nesting multiple WebDataTrees, but I could also be missing something very simple.

 

Thanks for any and all assistance.