Brilliant, but then I noticed that the properties I had defined were not being displayed as they were before.
Does anyone have quick tip for how to databind to the nodes of a specific doctype no matter where they are in the tree and still see all the properties?
Databinding nodes to a gridview - best approach
I've just started experimenting with the nodeFactory and uQuery so it's all very new.
I wanted to display some properties for some nodes and after watching this video I saw just how easy it could be.
Using the following code I soon had my list of Cat nodes and all the property values on display.
However I noticed it only displayed the immediate child nodes and did not traverse the tree to display nodes further down the tree.
I then came accross uQuery.GetNodesByType and with the following code I soon had all cats on display no matter what level in the tree there were:
Brilliant, but then I noticed that the properties I had defined were not being displayed as they were before.
Does anyone have quick tip for how to databind to the nodes of a specific doctype no matter where they are in the tree and still see all the properties?
Regards,
Matt
is working on a reply...