Does the WebDataTree support sorting of its nodes like the old UltraWebTree?
Thanks for the reply. In my case I could implement ICompare in my object and sort before adding the nodes to the tree.
Erik
Hi ezanker,
The WebDataTree does not support sorting of nodes. You should submit a feature request for this. You may be able to accomplish this by rearranging the nodes in the collection after data binding.
regards,David Young