Hi,
I'm evaluating FlyTreeView. One of the things I need support for is to conditionally enable/disable a menu item in a context menu for a particular node.
I've seen the example where this is done in client code. I would like to do this on the server side, when I'm adding the node to the tree in a populate on demand event.
I have several Node Types setup, which are tied to a partiucular context menu. When I create the node, I set the NodeTypeID for the node. I would now like to get access to a particular item. How do I do this?
Thanks,
Rich