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. 
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
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
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.
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: 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. 
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: 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

Declined
Last Updated: 27 Aug 2019 14:13 by ADMIN
Allow shapes to be dragged and dropped between 2 diagram controls (and fire the associated drag-drop events on the target diagram container).
Unplanned
Last Updated: 18 Jan 2018 15:32 by Lloyd
ADMIN
Created by: Vessy
Comments: 2
Category: Diagram
Type: Feature Request
9
When exporting to JSON the configurations of a RadDiagram containing complex shapes, not all of the shapes information gets exported. For example, the URLs to the embedded in the shapes images are not exported.
Completed
Last Updated: 09 Jun 2017 09:13 by Girish
ADMIN
Created by: Slav
Comments: 13
Category: Diagram
Type: Feature Request
12
It will be possible to disable the various actions that the diagram control currently supports. You can find them listed in the following help article: http://www.telerik.com/help/aspnet-ajax/diagram-rich-layout-interaction.html
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.
Unplanned
Last Updated: 01 Aug 2016 16:38 by matt
Created by: matt
Comments: 1
Category: Diagram
Type: Feature Request
3
Hello,

The RadDiagram control has a lot of potential to be completely badass. I work in the engineering field and we'd like to use it to make diagrams of somewhat technical content. As such, the nodes (shapes) and connectors may contain several pieces of meta-data that is of use to the end user. The most natural way to present this information is in a tooltip similar to the ones used by other RadControls. Unfortunately there is no implementation for this, and jquery workarounds have only been met w/ partial success.

Please consider adding tooltip for both shapes and connections in RadDiagram.


thanks!
matt
Unplanned
Last Updated: 01 Aug 2016 16:37 by matt
Created by: matt
Comments: 1
Category: Diagram
Type: Feature Request
1
Hello,

I think text-only "shapes" should be consider for implementation as first-class citizens in RadDiagram. That is, placing elements that are purely textual. Currently, per the "Overview" example, various javascript helpers must be utilized to properly complete the addition of text-based shapes. It works, but it isn't as clean or simple as it could be.


thanks!
matt
Completed
Last Updated: 29 Jul 2016 10:54 by ADMIN
Created by: David
Comments: 1
Category: Diagram
Type: Feature Request
1
I'm looking at using RadDiagrams for a dynamic workflow flow dashboard.  I'd like to be able to format the text inside the shape with underlines, bolds and line feeds, etc.  I'd like to see something implemented like in the report text box where you can pass in an HTML encoded string and when it's displayed it renders it as HTML.

<b>Header</b>\n<u>Items</u>
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: 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
Completed
Last Updated: 19 Jan 2016 13:11 by ADMIN
When you change the beginning or the end of an existing RadDiagram connection and call the client-side save() method, the exported data for the modified connection will not be updated.
Completed
Last Updated: 08 Dec 2015 06:27 by ADMIN
When you use the ConnectionDataSource of RadDiagram to data bind an SqlDataSource to its connections, a NullReferenceException is thrown.

You can avoid this issue by using ConnectionDataSourceId instead.
Completed
Last Updated: 05 Nov 2015 16:19 by ADMIN
RadDiagram throws a NullReferenceException when you bind it declaratively and place it in the ItemTemplate of a data bound control, for example a Repeater.