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
25
Upgrading a recursive UltraWebTree to WebDataTree
posted

We are looking at upgrading to an UltraWebTree but am having some issues.The way we used to do it was load the data by levels using the OnDemandLoad event that fires when a node is expanded.

This event is no longer available and the closest thing I found OnNodePopulate doesn't get called as the code now only loads the top level assets without there  expand icon.

The DataSource uses an an asset_id and an asset_id_parent to define the hierarchy where the root node has a null parent. All the samples I have found on your sire use multiple data to at most 2 levels whereas this is multi-level. The data can get quite big so loading it all at once isn't feasible.

Can you provide some sample code that does what UltraWebTree used to do

Thanks

Parents Reply Children
No Data