Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

While using a datasource, 
I'm trying to add a node to the diagram with multiple connections from the same parent. 
If I add the same Node ID more than once to the ParentId list as seen below
Capture2.PNG

 I get the following exception

System.ArgumentException: 'An item with the same key has already been added. Key: Syncfusion.UI.Xaml.Diagram.NodePortWrapper'


Each connector has unique annotations at the source/target ports so multiple lines would be nice for clarity.