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.
Completed
Last Updated: 09 Jan 2015 11:31 by ADMIN
Connectors' activation doesn't work correctly with collapsed items that are on the same position as the visible ones.
Completed
Last Updated: 27 Nov 2014 13:49 by ADMIN
Implemented functionality that detects a connection creation being cancelled through the Esc key and notifies the user

In order to take advantage of this functionality you should inherit the ConnectionTool of RadDiagram and override the KeyDown method - if it returns true the tool action has been canceled.
More about how to customize RadDiagram tools you can find in our help topic " Tools Customization": http://www.telerik.com/help/wpf/raddiagram-tools-customization.html

Available in LIB version: 2014.3.1103
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
Completed
Last Updated: 26 Nov 2014 15:59 by ADMIN
Select some color from settings pane for some shape.
In order to use the same color for other shape you need to deselect this color on your own (by selecting other color) and then select it again.

Available in LIB version: 2014.3.1117
Completed
Last Updated: 11 Nov 2014 15:27 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 5
Category: Diagram
Type: Bug Report
21
Ability to export a diagram to PDF.
Completed
Last Updated: 28 Oct 2014 07:53 by ADMIN
Expose a property to set the DiagramBehaviors.TextWrapping attached property on a diagram level
Completed
Last Updated: 10 Oct 2014 11:50 by ADMIN
Should be able to override the AbsolutePosition and the Offset of the connector. Should be able to specify absolute position manually, not only relative.

Should be able to provide template for its visual representation.

Fixed in LIB version: 2014.2.0914
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 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: 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: 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: 06 Jun 2014 12:08 by ADMIN
XAML connections' Source and Target bindings don't work inside tab control if the diagram is not in the first TabItem.

There's a new attached property in the DiagramBehaviors - NameScopeProvider in WPF. It can be set to the RadDiagram by given element that holds the current NameScope (it's usually the root element - Window or UserControl). 

Example:
<telerik:RadDiagram x:Name="diagram"
telerik:DiagramBehaviors.NameScopeProvider="{Binding ElementName=root}"       ... />
Completed
Last Updated: 30 Apr 2014 10:52 by ADMIN
ADMIN
Created by: Zarko
Comments: 2
Category: Diagram
Type: Bug Report
0
Memory leak when you close a window that holds a RadDiagram. The RadDiagram and its shapes are not cleared.
Completed
Last Updated: 07 Apr 2014 06:39 by ADMIN
User sometimes need to use a Static Ruler which does not scale when you zoom the Diagram. Or when you pan. Just line with star 0, ticks, end 1024 for example. This line does not move and does nto scale.

There is no easy way to achieve this. UpdateScale method is private. It could be protected.

====

In Q1 2014 SP DiagamRuler will draw itself and its ticks when its Diagram property is NOT set.
Completed
Last Updated: 04 Apr 2014 15:47 by ADMIN
Implement functionality that notifies the user when a shape is dragged out of a container.
Completed
Last Updated: 27 Mar 2014 15:44 by ADMIN
Diagram Shapes' property is bound to property from the ViewModel.
Case 1) Using GraphSource =>Shapes DataContext is automatically apllied. GraphSource is set to null or changed.
Or
Case 2) Not using Graphsource. Shape's DataContext is set manually (in code behind). Diagram.Clear() is invoked.

Result: Binding Expression erors in Output indicate missing properties - these are bound properties of the shapes.
Completed
Last Updated: 27 Mar 2014 15:43 by ADMIN
Diagram Shapes' property is bound to property from the ViewModel.
Case 1) Using GraphSource =>Shapes DataContext is automatically apllied. GraphSource is set to null or changed.
Or
Case 2) Not using Graphsource. Shape's DataContext is set manually (in code behind). Diagram.Clear() is invoked.


Result: Binding Expression errors in Output indicate missing properties - these are bound properties of the shapes.
Completed
Last Updated: 27 Mar 2014 12:56 by Charles
When an implicit theme is applied in the project the ShapeStyleSelector property of the RadDiagrams doesn't work. More specifically the selector is never called.