Completed
Last Updated: 14 Feb 2020 13:11 by ADMIN
Created by: Imported User
Comments: 1
Category: Diagram
Type: Feature Request
4
You should include a flowchart demo for your diagram tool. It is possible - somewhat - but you are not even including a demo for it, while vendors like syncfusion do! 

The way I found out a flowchart was possible was because of the Kendo UI cookbook and cookbook code files. 
https://www.packtpub.com/web-development/kendo-ui-cookbook

Seriously, I don't know why you are not including a demo for a flowchart in your demo list for the diagram tool; this should be a no-brainer to include, and in theory, you should not even have to build anything new, just use the diagram tool you have already made. 

Unplanned
Last Updated: 12 Feb 2020 11:35 by ADMIN
Created by: Martin
Comments: 0
Category: Diagram
Type: Feature Request
2
It would love to have an export feature for Diagram which will give the possibilty to make an export to Microsoft Visio.
Completed
Last Updated: 14 Feb 2020 12:49 by ADMIN
Created by: Martin
Comments: 1
Category: Diagram
Type: Feature Request
5
In large Diagrams the connections will route trough the shapes itself what is very confusing. I would like to have an option to avoid this behaviour.
Declined
Last Updated: 12 Feb 2020 11:46 by ADMIN
Rad Diagram - Support copy paste from one diagram to another,
Unplanned
Last Updated: 14 Jul 2023 11:58 by ADMIN
Expand/Collapse feature on click of the diagram nodes. 
Load data on demand during enpansion of the node.
Unplanned
Last Updated: 12 Aug 2021 13:18 by ADMIN
I want the content to be divide into two lines. So I tried setting `connectionDefaults.content.visual` with the below function:


            var getConnection = function (data) {
            var g = new kendo.dataviz.diagram.Group({
                autoSize: true
            });
            var text1 = new kendo.dataviz.diagram.TextBlock({
                text: data.label.name,
                fontSize: 16
            });


            g.append(text1);

            var text2 = new kendo.dataviz.diagram.TextBlock({
                text: data.label.value,
                fontSize: 16
            });


            g.append(text2);
            return g;
        }
But the problem here is that the `data` field does not populate the connection data due to which assigning values is not possible.


A solution for this is much appreciated.
Declined
Last Updated: 12 Feb 2020 11:16 by ADMIN
Created by: Matthew
Comments: 0
Category: Diagram
Type: Feature Request
1
When connections are detached from shapes or drawn via API with coords instead of shape ends, they don't move with selection when multiple shapes/connections are selected.  When these "floating" connections are selected in a multiselect scenario, they should move with the rest of the selection.
Unplanned
Last Updated: 12 Aug 2021 13:16 by ADMIN
Currently, a shape that is a group of inner shapes is selected by clicking anywhere inside its bounding box. 
However, when there's a gap between the inner shapes through which you see another shapes, clicking that other shape will not select it due to the bounding box.
If instead the selection was based on the inner shapes, that wouldn't be a problem.
Declined
Last Updated: 12 Feb 2020 11:07 by ADMIN
Created by: Yiannis
Comments: 0
Category: Diagram
Type: Feature Request
20
as demo'd here : https://gojs.net/latest/samples/sankey.html
Unplanned
Last Updated: 12 Feb 2020 11:16 by ADMIN
Created by: Pankaj
Comments: 0
Category: Diagram
Type: Feature Request
18
Its good to have minimize and maximize the shapes drawn with kendo diagram as seen in this example
https://gojs.net/latest/samples/IVRtree.html

it will very useful when we are drawing with a huge data. we can clearly see the actual flow as required
Unplanned
Last Updated: 12 Feb 2020 11:35 by ADMIN
Created by: Peter
Comments: 0
Category: Diagram
Type: Feature Request
4
It would be nice if the diagram control could have undo/redo event.
Declined
Last Updated: 22 Mar 2021 15:05 by ADMIN
Created by: Peter
Comments: 1
Category: Diagram
Type: Feature Request
1
It would be nice if the diagram control could support undobale properties load back from saved data. And also if shapes, connections could acquire this property (not only through diagram.addShape and diagram.addConnection).
Completed
Last Updated: 24 Jan 2020 11:02 by ADMIN
It would be nice if the diagram control could support complex shape json export (diagram.save()) and import (diagram.load()), like shapes contains TextBlocks, etc.
Unplanned
Last Updated: 12 Feb 2020 11:22 by ADMIN
Created by: Eitan
Comments: 0
Category: Diagram
Type: Feature Request
4
Add built-in support for guidelines that will be visible as an infinite grid of lines, with a snap-to capability.
Unplanned
Last Updated: 27 Aug 2021 08:51 by Diana
Created by: Imported User
Comments: 6
Category: Diagram
Type: Feature Request
40
What about adding dynamic scrollbars to the HTML5 Diagram widget?

As developer I'm familiar with the pan and zoom concept, but customers and normal users are expected to see scroll bars to move around a diagram. 
In this demo

http://demos.telerik.com/kendo-ui/html5-diagram-sample-app

you can add objects that fall outside of the main view, but no scroll bars appears.

Here http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6552432-html5-diagram-control-allow-scrolling

was posted a similar request, but the scrollbars Kenshin suggested 
are static.

The scrollbars does't readapt if the work area changes. 

If you move objects around, apply a different zoom, add more elements, and so on.
Unplanned
Last Updated: 12 Feb 2020 11:10 by ADMIN
Created by: Gord
Comments: 0
Category: Diagram
Type: Feature Request
2
It would be nice if, in addition to "polyline" and "cascading", if there were other options for the shape of the diagram connectors.  I would like to see a "spline" option that possibly follows a similar path to the "cascading" square shape, but flows with curves.   Maybe even a configuration object, instead of a string that could define the parameters of the shape.

{ 
type: "spline", 
mode: "bezier", // or "natual" or any other spline algorithm //
maxCurves: 3, // max number of inversion points in the spline //
curveRadius: 100 // size in pixels //
// any additional properties for configuring the curve, like bezier length, instead of curve radius &c. //
}
Declined
Last Updated: 12 Feb 2020 11:32 by ADMIN
Created by: Gord
Comments: 0
Category: Diagram
Type: Feature Request
0
The diagram has its own built in flow layouts (left, down, &c.).  I would like to see an interface provided to allow a custom callback to allow a programmer to create their own layout flow designs.  All positioning calculations would be up to the user implementation, but objects that provide information about the current layout while rendering could be provided as parameters to the callback.
Declined
Last Updated: 12 Feb 2020 11:08 by ADMIN
Created by: Stefan
Comments: 0
Category: Diagram
Type: Feature Request
10
At the moment, "resizing" shapes is merely a scale transformation. 
Proper resizing would be much better looking!
Unplanned
Last Updated: 12 Feb 2020 11:47 by ADMIN
Created by: Valentino
Comments: 1
Category: Diagram
Type: Feature Request
5
Tooltip for Shapes in Diagram
Declined
Last Updated: 12 Feb 2020 11:25 by ADMIN
When using the diagram control I have been told there is a bound and unbound mode. In bound mode all events are supposed to funnel through the dataSource. While in unbound mode the events should funnel through the diagram directly. I would like a way to combine this functionality. To prevent unnecessary code and logic I would like to be able to provide a dataItem and the shapeOptions that accompany it. Currently if I provide a dataItem then I am reliant on the shapeDefaults requiring logic in the visual function, the change function, and the editable.shapeTemplate function that I wish to provide. Instead I would like to be able to determine the options for any dataItem and provide them when the item is added to the dataSource.

Thanks