BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Thanks Shyam for the details and code. Is there any way that the children amd parent nodes can be identified without having a group node? I have a diagram with connectors and basic shapes. Clicking on the parent should highlight the children. There is no group node in my case.
I draw the digram using diagram builder and save the file as JSON in a server path and load the diagram from there using controller.
Right now, i did a workaround by parsing through the JSON and identify the children based on InEdges and OutEdges. I am trying to check if there is a better way to identify the children.
Thank you Shyam. This solution works for me.