I am trying to use the trail version of the flytreeview control. My application has two panel, left and right. I am having the flytreeview in the left panel and details on the right panel. When a node is selected I would like to refresh the right hand panel with the selected node details, similar to MSDN.
Here is the problem i am having. When i select a node with child nodes since the PopulateNodesOnDemand property set to true, SelectedNodeChanged event is firing and it is loading the child nodes, but I would also like to refresh the details on the right hand panel. Also when I select a node without any child nodes, SelectedNodeChanged event is not fired since PopulateNodesOnDemand is not set to true. Could you please let me know if I need to set any other properties or implement any other treeview events inorder to solve my issue.
Thanks