Hi,
How to clone the ultraTree to another ultraTree?
Is any one is there?
Assuming that your tree is not bound, you could copy the nodes in one tree to another using the Save and Load methods on the tree. You just save one tree to a MemoryStream, position that stream to 0, and the load the stream into the other tree.
Edit: nevermind, i just removed the editor and added it after the serializing process.
Hello,
i have tried this, but I am using an EmbeddableImageRenderer as an Editor to display icons in one of my columns and it is not serializable.
Is there any other way to get a ultratree clone of data and/or structure in a simple way?
Carsten