Hi,
Can you please correct me where I'm wrong and educate me where I need it here - I've just discovered that the
Parent Node property of the RadTreeNode object is read-only and a couple things come to mind.
1.
I discovered this after writing some recursive sql to retrieve an entire branch (all descendants, all levels) of a root node. I populate my treeview via LoadOnDemand->WebMethod approach and in certain scenarios I want the option to retrieve either one level deep or the entire branch. I intended to populate the parentnode values as I built the tree but now see I cannot do that.
Do I have any options?
2.
It also seems that in a LoadOnDemand scenario, in order to re-establish your CurrentNode positioning (Selected, Focused, and In View) after a page reload you would have to (if Current Node was not a root node) load down the branch at
least to the level of the Current Node in order to establish positioning. Am I missing something? Is there a standard or best-practice approach to accomplishing this?
Why is Parent Node read-only? If the source code is available is it reasonable
to consider my own version where parent node is not read-only?
Thanks!
Eric