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.
OK, thanks for the info.
I will use a dynamic xml file to stuff into the menu.
Thanks.
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.