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
1339
Force Node Creation
posted

With a databound tree, the creation of node objects is deferred until its parent becomes visible.  This makes sense to be the default behavior, but can the lazy instantiation be disabled?

I would like to walk the tree up and down to apply checked state logic but find I cannot follow the Nodes collection down to the leaf nodes unless the tree is expanded.  Further, as soon as a new item is added to the datasource I need InitializeDataNode to fire in order to apply an initial checked state.

Is there a property I have overlooked to turn off deferred node creation?

I'm on the latest and greatest of 11.2.

Thanks!

Parents Reply Children