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.

Parents
  • 3147
    Suggested Answer
    posted

    Hi,

    You can have the root level nodes staticly defined and then dynamicly populate them with children on the second level. However on the third level you can not have static nodes in that case because their parents are dynamicly created.

Reply Children
No Data