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
4032
Bound Tree to self referncing table containes duplicate nodes
posted

Hi all,

I have some problems with a bound tree to self referencing table and ViewStyle=Standard. One problem is very basic: In all examples I have found are the dulicate root nodes set to Visible=false. After that, you can not see those nodes anymore, but they are still there!!!

If setting the node.Key Property in the InitializeDataNode-Event I got some runtime error that duplicate keys are in the tree. Removing duplicate nodes are even not allowed on bound tree's.

It looks not realy as a good solution to me handling self referencing like this. Do I'm something wrong or do I need populate the tree from code ?

My tree can have up to 5000 nodes over about 6 levels and I dont like to have duplicate nodes all around.

Thanks. Markus