Completed
Last Updated: 15 Jan 2015 15:30 by ADMIN
Setting IsConnectorsManipulationEnabled on a shape doesn't hide/show the Connectors immediately - you have to force a VisualState update. 

The fix is available in LIB Version 2014.3.1312.
Completed
Last Updated: 13 Jan 2015 14:18 by ADMIN
ConnectionManipulationCompleted event does not fire when a shape is rotated more than 45 degrees and custom connector is used.

The fix is available in LIB Version 2014.3.1305.
Completed
Last Updated: 28 Jan 2015 15:31 by ADMIN
Available in LIB version: 2014.3.1402
Completed
Last Updated: 09 Jan 2015 11:42 by ADMIN
SettingsPane's StrokeDashArray Combo in the Style tab is not updated correctly after save and load of diagram. 

Use a diagram, use the settings pane to set non-default value of the shape's strokedasharray.

Save the diagram. Open new solution. Load the saved diagram.

Open the settings pane on the shape you have edited before. Notice the ComboBox is not updated with the actual strokedasharray of the selected shape.
Completed
Last Updated: 26 Nov 2014 16:00 by ADMIN
The manipulation adorner is misplaced after dynamic theme change if the diagram's position is different than 0, 0


Available in LIB version: 2014.3.1110
Unplanned
Last Updated: 03 Aug 2016 12:41 by Alex
When using TreeLayout.Right if a shape has a single child that is shorter (in terms of height) the tops of the shapes are aligned, this means the centers of the shapes do not align and so the connection is 'crooked'. It would surely make more sense if the centres of the shapes were aligned.
Completed
Last Updated: 16 Jan 2015 16:42 by ADMIN
The RadDiagramContainerShape size expands when a connection is added in its Items and then a connection point is added with Ctrl+Click.

The fix is available in LIB Version 2014.3.1312.
Completed
Last Updated: 09 Feb 2015 15:40 by ADMIN
IsZoomEnabled property is not respected when the diagram is zoomed with touch/pinch gesture

Available in LIB version: 2014.3.1409
Unplanned
Last Updated: 08 Aug 2016 09:06 by David
We use a RadDiagram for what is essentially graphic-art layout.  At times, subpixel positioning and extents really are correct for this use case.  We have shapes correctly positioned and displaying at subpixel accuracy; however, the selection outline always snaps to a pixel.

This is particularly relevant when zoomed in on a piece of art, e.g., aligning semi-transparent edges.  It looks odd to have the selection outline lie outside of the visible extents of the art.  Furthermore, when moving the art by mouse, the interaction is odd in that the art appears to move smoothly while the selection outline pops from pixel to pixel.  This confused our users as to what was really happening as they positioned things.

The relevant code for this is in RadDiagram.UpdateManipulationAdorner, which uses Math.Floor and Math.Ceiling to snap the line to pixel borders.  This was apparently put in to solve issues of blurriness from having a, say, 1-pixel selection outline lie at a sub-pixel position.  Perhaps a dependency property to control whether this snapping happens?
Completed
Last Updated: 02 Sep 2014 14:06 by ADMIN
 Adding RadDiagramConnection in RadDiagramContainerShape doesn't work correctly in some cases:

-The container shape bounds increase each time it is expanded, when the routing of the diagram is enabled (RouteConnections=True) and you have a connected RadDiagramShapes placed in a collapsible RadDiagramContainerShape, 

-When you try to connect shapes placed in a RadDiagramContainerShape the RadDiagramConnection is not added in the container items.

-When you delete a RadDiagramConnection that is placed inside a RadDiagramContainerShape with the Delete key and then undo (Ctrl+Z) the deletion, the shape is added in the diagram items instead of the container items collection.

Fixed in LIB version: 2014.2.0825
Completed
Last Updated: 14 Jan 2015 15:08 by ADMIN
Add some connection points to polyline connection. Move them. Then Select all with Ctrl + A. You will notice the Blue multiselection geometry is not with the correct geometry - it should be over the connection but it is not.

Fix is available in LIB Version 2014.3.1208.
Completed
Last Updated: 08 Sep 2014 08:41 by ADMIN
An Exception is thrown when a connection is added into a container shape in an MVVM scenario. More specifically, when you create a new LinkViewModelBase<T> and use the AddItem method of the ContainerNodeViewModelBase<T> to add it inside the container.
Completed
Last Updated: 02 Sep 2014 11:58 by ADMIN
On graphSouce change the graphSource's collectionChanged event is not detached and because of this the diagram will still create shapes if you add items to it.

Fixed in LIB version: 2014.2.0804
Completed
Last Updated: 17 Jan 2019 11:22 by ADMIN
ADMIN
Created by: Zarko
Comments: 16
Category: Diagram
Type: Feature Request
35
You should be able to prevent the horizontal/vertical overlapping of routed connections . This way the connections should be easier to differentiate.

To better differentiate connections, users might:

            --- use labels on the connections

            --- use bezier connections

            --- use different colors for different connections

            --- use more custom connectors and attach the connections to not used connectors

            -- use AStartRouter instead of the default one (Grid Router)


This feature is available with our latest official version - R1 2019.
Completed
Last Updated: 31 Jul 2014 14:32 by ADMIN
Can't paste a connection in a diagram different than the original one - the one in which the copy operation was executed.
Completed
Last Updated: 31 Jul 2014 14:31 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: Diagram
Type: Bug Report
0
The AllowPaste property does not work in MVVM scenario. The DeserializeNode() method in the GraphSource is called.
Completed
Last Updated: 15 Feb 2016 11:18 by Denis
Created by: Denis
Comments: 0
Category: Diagram
Type: Feature Request
2
Implement automatic-layout of Polytree (http://en.wikipedia.org/wiki/Polytree) graphs.
Layout with multiple roots in single graph component.

We added an SDK sample showing how you can layout such tree hierarchies in RadDiagram:
https://github.com/telerik/xaml-sdk/tree/master/Diagram/MultipleRootsInSingleTreeLayout 
Completed
Last Updated: 09 Jan 2015 11:41 by ADMIN
The shape positions are not correct in Firefox after HTML export if there are connection caps.
Unplanned
Last Updated: 26 Jun 2018 14:02 by Dinko
ADMIN
Created by: Zarko
Comments: 2
Category: Diagram
Type: Feature Request
11

			
Unplanned
Last Updated: 03 Jan 2017 20:56 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: Diagram
Type: Feature Request
1
Create example with data base tables that visualizes self referencing business objects.