I have a navigational RadTreeView which is built based on various DB calls for each branch, and was thinking it would be ideal if I could build them once, and then stick RadTree.Nodes into a cache object, which I can later re-use without needing to hit the database again.
Unfortunately RadTree.Nodes is Get only, and doesn't allow me to write the cached NodeCollection back to the Tree on the next load.
Is there any way to do something like this?
Unfortunately RadTree.Nodes is Get only, and doesn't allow me to write the cached NodeCollection back to the Tree on the next load.
Is there any way to do something like this?