@ArunPrabhu wrote:
Hi,
We have an application where we create a node and connect that node to another node. once user create his diagram he can save the design.
Here is our problem :- whenever we create / modify the diagram we send a indication to server as OperationType (I - Insert, U - Update, D - Delete etc). Everything is fine if we add edit and delete individual components (node or link).
eg:- i have node1 is connecting to node2 and node2 is connecting to node3. Now i deleted node2. node to have incoming link from node1 and outgoing link to node3. When i send operation type to server i am not getting link details which deleted automatically. Node2 operation type is available because of event.
Can you help me to understand how i can get deleted linkDataArray.
Regards
Arun
Posts: 2
Participants: 2