Completed
Last Updated: 27 Oct 2020 17:18 by ADMIN
Created by: Henric
Comments: 1
Category: Diagram
Type: Feature Request
0
Hi!

We would like to create end user possibility to change diagram type.

It would also be nice to be able to searilize all settings from the diagram component.

Is this possible or is it a planned feature?

Best regards
Henric
Unplanned
Last Updated: 01 Jun 2020 14:24 by ADMIN
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

Completed
Last Updated: 30 Nov 2020 17:25 by ADMIN
Created by: Nathan
Comments: 1
Category: Diagram
Type: Feature Request
0
It would be great to be able to highlight all shapes that are connected to a shape that is clicked by the user.
Declined
Last Updated: 04 Aug 2020 10:51 by ADMIN
With RadDiagram it's possible to have a shape connected to it self through ConnectionsCollection DiagramConnection declaration. 

But it would be nice if the diagram end user, using the built-in drag and drop could connect a shape to it self like it does between different shapes.

Thanks
Unplanned
Last Updated: 29 Jan 2021 13:45 by ADMIN
Diagram nesting.

I want to develop a tool with a UI similar to Microsoft SQL SSIS Designer or Visual Studio DGML. (Architectural diagrams) 
Using the Diagramming Framework is close. But it needs some way to drag a container object onto the surface, connect it to other objects or containers. This container (group) could contain other objects or other sub-container objects. 

Thus I get a potential infinite nesting of things that can contain a group of things  which have a relationship between them. (a mini-diagram)

I'd also need a Drag/Drop event & Expand/Collapse event. My goal is to let the users draw a workflow of parallel & sequential tasks. As they change the diagram the database is updated. This drives a process which is my application. 

These types of hierarchical relationships are very common. 

Example: Manufacturing. 
The Diagram of a Process building an assembly, which contains Sub-Assemblies, which also need to be constructed.  

Example: Computing
Showing a group of scheduled tasks which can be run in parallel. But the whole group needs to be complete prior to the next group of tasks being started. (similar to a milestone)

Example: Database Object Diagram. 
Showing the relationships between tables, views & stored Procedures. But each box has a little Expand button that lets you see the indexes, triggers & Constraints that define the table.

Currently the Telerik Diagram control lets me group objects, But I can't see that grouping. I can't draw a link betwen that group & another nor can I expand / collapse the container object.  

FYI, 
1. Doesn't matter if it is WinForm, WPF, or HTML. 
2. The DGML spec that is implemented in MSFT Visual Studio does all the things I want. Except "installing VS" is a lot of overhead for my solution. 
Completed
Last Updated: 25 May 2016 15:21 by ADMIN
ADMIN
Created by: Danail Vasilev
Comments: 0
Category: Diagram
Type: Feature Request
2
The property should be similar to the Kendo UI property - http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/diagram#configuration-connectionDefaults.type
Declined
Last Updated: 11 Jun 2021 08:09 by ADMIN
Unplanned
Last Updated: 16 Jun 2021 18:25 by ADMIN
ADMIN
Created by: Vessy
Comments: 2
Category: Diagram
Type: Feature Request
7

			
Unplanned
Last Updated: 09 Sep 2015 06:56 by ADMIN
ADMIN
Created by: Danail Vasilev
Comments: 0
Category: Diagram
Type: Feature Request
0

			
Unplanned
Last Updated: 03 Nov 2020 14:58 by ADMIN
When binding shapes of RadDiagram from a data source, it will be possible to pass the color for the shape's content text.
Unplanned
Last Updated: 03 Nov 2020 14:57 by ADMIN
When binding connections of RadDiagram from a data source, it will be possible to pass their content Text values.
Completed
Last Updated: 23 Jul 2020 16:16 by ADMIN
It will be possible to create shapes of RadDiagram by selecting from a toolbox of specified shape types. 
Completed
Last Updated: 23 Jul 2020 17:00 by ADMIN
ADMIN
Created by: Slav
Comments: 1
Category: Diagram
Type: Feature Request
2
It will be possible to move RadDiagram shapes via the direction keyboard buttons.
Completed
Last Updated: 28 Jun 2016 10:15 by Norm
ADMIN
Created by: Slav
Comments: 1
Category: Diagram
Type: Feature Request
2
Make it possible to drag RadDiagram shapes in mobile devices.
Completed
Last Updated: 24 Jul 2020 10:13 by ADMIN
It will be possible to specify the maximum number of connections that start from a shape and end in a shape of RadDiagram.
Unplanned
Last Updated: 23 Jul 2020 16:12 by ADMIN
It will be possible to edit the content of shapes and connections of RadDiagram by interacting with them.
Unplanned
Last Updated: 03 Nov 2020 10:05 by ADMIN
ADMIN
Created by: Vessy
Comments: 1
Category: Diagram
Type: Feature Request
2
Give the ability to load JSON data to RadDiagram on the server. 
Declined
Last Updated: 10 May 2022 17:11 by ADMIN
It will be possible to retrieve the pointer coordinates when using the OnMouseEnter and OnMouseLeave events of RadDiagram via their event object.
Unplanned
Last Updated: 03 Nov 2020 14:56 by ADMIN
Add x, y, width and height properties in the options member of a client-side object of a RadDiagram connection so that it is consistent with the client-side object of a shape. Currently they can be retrieved through _bounds. 
Unplanned
Last Updated: 02 Aug 2016 14:23 by Daniel
Created by: Daniel
Comments: 0
Category: Diagram
Type: Feature Request
4
make it easier to serialize and deserialze the diagram json string. 

When doing a Kendo Diagram.Save and resulting json string and be able to easily deserialize this into a C# Diagram object with DiagramShapes and DiagramsConnections

E.g.:

1) Kendo API does a Diagram.Save()
2) Serialize this to JSON
3) send to server via AJAX callback
4) simply do serializer.Deserialize<RadDiagram>(myJson);

Only step #4 is missing, writing my own deserializer now :(

The same would be the other way around, creating a RADDiagram with shapes and connections in the back and then serialize this with one call and bind it to the Kendo API.
1 2