This question is locked. New answers and comments are not allowed.
Hello,
I'm trying to construct a tree view and set some nodes as Visible = false when they meet a set of requirements. Unfortunately, when constructing the tree view data structure in my controller, the nodes are still rendered on the client.
I'm using the bindTo method on the tree to bind the JSON result to the tree. It doesn't appear the Visible property is even being passed to the page when looking at the Fiddler response.
Am I doing something wrong? Is setting a node Visible=false not supported?
Thanks,
Dave
I'm trying to construct a tree view and set some nodes as Visible = false when they meet a set of requirements. Unfortunately, when constructing the tree view data structure in my controller, the nodes are still rendered on the client.
I'm using the bindTo method on the tree to bind the JSON result to the tree. It doesn't appear the Visible property is even being passed to the page when looking at the Fiddler response.
Am I doing something wrong? Is setting a node Visible=false not supported?
Thanks,
Dave