I am creating an orgchart. Data was loaded properly. What I would like to do is selecting a node then export data of the node into an excel. I tried to find a handler that helps me to identify the node where the mouse click is. I tried to implement the handlers provided in the Xamorgchart such as OnMouseLeftButton down, but it never be invoked. It could be that I implemented in a wrong way, I need some advise on this.
Thanks
Hi Michael
It works perfectly. I implemented almost the same as your code base on the example provided on Infragistics website but it did not work since I structured the code incorrectly. Your sample definitely teach me something new and correct way. I appreciate your help and thank you..
I will try your code then let you know the result, Thanks for your help.
Hello,
I attached a working sample for more details. Please send back the sample with the event not firing and I"ll take a look.
OrgChart_VB.zip
Let me know if you have any questions.
Okay, I will build a sample and test this out. Let me know if you have any other questions.
Thanks for getting back to me on this. I am using VB and I already created this event but when I selected node(s), this event was never triggered (I put a breakpoint in there). I wonder if I need to implement some thing extra in order to trigger this event. I already set the selection mode to be multiple.