Can''t delete Links

Hi! I want to delete a Link via RemoveNodeCmd. In the diagram_ChildrenChangeComplete(..) event I do the following things: (''link'' is a Link - not null) RemoveNodesCmd rnc = new RemoveNodesCmd(); rnc.Nodes.Add(link); diagram.Controller.ExecuteCommand(rnc); I attached a sample with the used code. Regards Falk

RemoveLinkTest.zip

1 Reply

AD Administrator Syncfusion Team June 23, 2006 05:00 AM UTC

Hi Falk, As per my update in the DTincident # 26277, I was able to view the condition and the QA report has been logged on this issue. The report id is # 2265.You can see the report details using web based tracking system - Please let me know if you have any questions. Thanks, Meera.

Loader.
Up arrow icon