Declined
Last Updated: 20 Mar 2024 11:34 by Petar
The ExportToImage method of the RadDiagram control does not take into account transforms applied to the diagram items.
Declined
Last Updated: 21 Nov 2022 09:19 by ADMIN
Created by: Bartosz
Comments: 2
Category: Diagram
Type: Bug Report
0

Hi,

In project we have noticed that sometimes for RadDiagram.ConnectionManipulationCompleted we receive unexpected values in event.

This problem is not systematic but it occurs often at the drag of new connection.

To make it reproducible for you I used CustomConnectors sample project from Diagram.

For easier analysis I recorded a video with bug and changes to CustomConnectors project.

 

Best regards,

Bartosz

Declined
Last Updated: 22 Oct 2021 10:29 by Petar
If two connections are crossing one another at a connection point, the connection bridge (bow or gap) is not drawn.
This is reproducible only with the ConnecitonBridge property of RadDiagram set to Bow or Gap.

A possible workaround is to create a class that derives from RadDiagramConnection and override its CreateGeometry, where you can manually calculate and create the geometry of the connection line along with a connection bridge geometry.
Declined
Last Updated: 16 Aug 2018 13:39 by ADMIN
   Now when i want to move the drawing in visual range,just by zoom in and zoom out ,if using the doument area like the microsoft visio,adding the A4 size design area(or B5,A3, and so on...),
we can zoom in and zoom out area by Ctrl+Mousewheel,can pan the drawing by scrollbar too.
Declined
Last Updated: 04 Jan 2017 12:32 by ADMIN
Currently there is no straightforward way to notify that a point is added/removed from the ConnectionPoints collection of the RadDiagramConnection. 

Declined: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/113488-diagrams-add-an-event-notifying-that-connectionpoint-is-added-or-removed
Declined
Last Updated: 29 Dec 2016 11:05 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 3
Category: Diagram
Type: Feature Request
1
Implement "Item to Item Snapping" during item resize operation.

DECLINED: Duplicate with https://feedback.telerik.com/Project/143/Feedback/Details/101276-diagram-implement-item-to-item-snapping-during-resize
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
Add spell checking to the shape and connections, while editing
Declined
Last Updated: 04 Aug 2016 12:54 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Diagram
Type: Feature Request
0
Implement "Item to Item Snapping" during item resize operation.

Reason for Declination: This feedback item is duplicate with the one below: 
http://feedback.telerik.com/Project/143/Feedback/Details/67148-implement-item-to-item-snapping-during-resize
Please follow and vote for it instead.
Declined
Last Updated: 19 Aug 2015 08:34 by Paul
Created by: Paul
Comments: 0
Category: Diagram
Type: Feature Request
1
The RadDiagramContainerShape class is quite limited as a container because it has a header, resizes to fit the content and has fixed padding around the borders for the children.

A simple base RadDiagramContainerShape that doesn't have a default style and doesn't impose any layout constraints on the children will be very useful to create custom containers to build nested shapes for UI design tools.

Thanks

Reason for Closing:
Changing the class the RadDiagramContainerShape inherits from will be a breaking change we cannot afford.
The mentioned customizations are possible via inheritance and custom styles.
Declined
Last Updated: 25 Jun 2014 16:01 by ADMIN
When user hovers a connector and pastes a connection, the pasted connection should be attached to the hovered connector.

You can check the Diagram SDK sample in GitHub - "PasteOnMousePosition" whic demonstrates this functionality.

https://github.com/telerik/xaml-sdk/tree/master/Diagram/PasteOnMousePosition

We are marking this feature request as declined - the code in the SDK sample is the preferred way to go instead of built-in feature.