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
935
WebDataTree - Load On Demand - Expand a node
posted

Hi All,

I have a webdatatree with the following tree structure:

Status > Alphabet Group > Company Name > Contact Name.

The tree is set to load on demand using the following settings:

WebDataTree.InitialDataBindDepth = 1 // Alphabet Group

WebDataTree.InitialExpandDepth = 0 //Status

When the user adds a new company, for example "Test Corp", is it possible to expand the "T" node and load all the companies that start with "T".

I have managed to expand the "T" node and select the newly added "Test Corp" node, but cannot figure out how to load all the other companies that start with "T".

Thanks!