Completed
Last Updated: 22 Jan 2020 15:30 by ADMIN
Created by: Bhanu
Comments: 1
Category: Diagram
Type: Feature Request
0

Hi, 

I have to design the flow chart as below using the kendo diagram.  

 

After dragging the connection from bottom shape  (Add task) to  top shape (Default) as per the requirement it is showing like below. Actually both are same but the design look & feel is completely changed. i want to see the flowchart as like above one. Kindly provide solution for this.

 

Thanks,

Bhanu N

Completed
Last Updated: 16 Sep 2021 17:01 by ADMIN
Release 2021.R3
Created by: Michael
Comments: 1
Category: Diagram
Type: Feature Request
5
While the Diagram component is nice it is not explicitly constrained to OrgChart behavior with custom drill-up and built-in drill-down capability like the control for the ASP.NET AJAX suite has and thus trying to implement it as such would consume too much time.  The Diagram component is amazing and certainly has valid use cases but to extend it for use as an OrgChart with all the behaviors that exist in the pure AJAX control would be a pain.
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. 

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.
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.
Completed
Last Updated: 14 Feb 2020 13:14 by ADMIN
Created by: Gord
Comments: 1
Category: Diagram
Type: Feature Request
1
It would be nice if there was some kind of alignment property on the TextBlock component in a Diagram, so that the text could be properly centered without needing to calculate the positions within the area.

Maybe having some kind of "container" component with this property that you could place TextBlocks inside would work.
Completed
Last Updated: 03 Jan 2020 14:55 by ADMIN
Created by: Jonathan
Comments: 4
Category: Diagram
Type: Feature Request
37
Please provide a way to change the styling of lines used to connect shapes in the Diagram widget. Specifically, I would like to have smooth/spline style lines between points similar to http://bit.ly/1t3LU0j or http://bit.ly/1nxzWLB.

Having labels on lines similar to the first picture above would also be quite useful.
Completed
Last Updated: 12 Feb 2020 11:36 by ADMIN
HTML5 Diagram Control -  allow title editing on shapes and connectors
Completed
Last Updated: 14 Feb 2020 14:31 by ADMIN
Created by: Imported User
Comments: 1
Category: Diagram
Type: Feature Request
5
Currently, the Diagram control does not register touch event as a click.  Therefore, selecting and dragging nodes in the diagram does not work.  It only pans the entire view.  These show up as Pan events only and no other events seem to fire.
Completed
Last Updated: 14 Feb 2020 12:51 by ADMIN
Created by: Yvan
Comments: 4
Category: Diagram
Type: Feature Request
15
What we would like to do is to be able to disable the following in the Diagram:

- Draggable objects
- Dynamic connectors
- Ctrl+Z effect
Completed
Last Updated: 27 May 2021 11:04 by ADMIN
Created by: Imported User
Comments: 3
Category: Diagram
Type: Feature Request
3
I would like to see some graphical documentation to show the structure of the controls created by Kendo. I'm imagining an exploded diagram or something like this picture: ( http://bit.ly/VKIgHn ). But instead of kindle hardware - there are layers of the divs, blocks, sub containers and other working parts of the widget. This would also include what base styles ( k-widget, etc) are on each block. In particular - I'm trying to re-style your calendar widget and the element view in Chrome debugger tools has the data - but it's very hard to get a good overview in all that dense text :)