Unplanned
Last Updated: 01 Jun 2020 14:24 by ADMIN
Dave
Created on: 18 Nov 2016 17:37
Category: Diagram
Type: Feature Request
6
Diagram: Add a way to prevent overlapping of routed connections
You should be able to prevent the horizontal/vertical overlapping of routed connections . This way the connections should be easier to differentiate.

1. Could this be a setting where there is no overlapping of connections?

2. Even if I use a different color (red) for HoverSettings only the most recent created connection is displayed.  At make the selected (Hovered) selection show when clicked.

3.  This is a show stopper for us.  We might have to try a different product because our clients need to differentiate the different paths (connections) in a complex Diagram.

There is a similar request for this same missing feature in your other products at
https://feedback.telerik.com/Project/143/Feedback/Details/134524-diagram-add-a-way-to-prevent-overlapping-of-routed-connections

1 comment
Dave
Posted on: 18 Nov 2016 20:27
After trying to figure out how to prevent the Diagram Connection lines from overlapping I discovered a setting that kept the connection lines straight verses 90 degree vertical/horizontal breaks in a connection.  This prevented the connecting lines from overlapping which is what I was looking for.  

var connection = new DiagramConnection();
connection.Type = Telerik.Web.UI.Diagram.ConnectionType.Polyline;