Completed
Last Updated: 20 Feb 2015 07:36 by Seth
ADMIN
Telerik Admin
Created on: 23 Apr 2013 12:07
Category: Diagram
Type: Feature Request
7
Diagrams: Changed the EndPoint and StartPoint properties of the RadDiagramConnection to be DependencyProperties
In data binding scenarios these propeties are not updated automatically. Currently if you want to bind the StartPoint and EndPoint properties of the RadDiagramConnection you will have to update new position of the connection manually. This can be done in the PropertyChanged event of the connection. In the Handler you can cast your connection to IConnection and call the Update() method, if the e.PropertyName holds the property that you change.

Will be available in Q1 2015 Release.
1 comment
Seth
Posted on: 10 Sep 2013 17:21
This is critical for our projects; increased priority would be much appreciated.