Hi,
I just update to Q3 2014.
RadDiagram has a style in a dictionary like this
BEFORE the update Routing worked - after the update I just had straight lines.
Adding RouteConnections="true" directly with the control made it work again.
So this is just informational.
Manfred
I just update to Q3 2014.
RadDiagram has a style in a dictionary like this
<
Style
TargetType
=
"XDGT:XDiagram"
>
<
Setter
Property
=
"RouteConnections"
Value
=
"True"
/>
<
Setter
Property
=
"AllowCopy"
Value
=
"False"
/>
<
Setter
Property
=
"AllowCut"
Value
=
"False"
/>
<
Setter
Property
=
"AllowDelete"
Value
=
"False"
/>
<
Setter
Property
=
"AllowPaste"
Value
=
"False"
/>
<
Setter
Property
=
"AllowDrop"
Value
=
"False"
/>
<
Setter
Property
=
"IsConnectorsManipulationEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"IsInformationAdornerVisible"
Value
=
"False"
/>
<
Setter
Property
=
"IsManipulationAdornerVisible"
Value
=
"False"
/>
<
Setter
Property
=
"IsResizingEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"IsRotationEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"IsSnapToItemsEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"IsEditable"
Value
=
"False"
/>
<
Setter
Property
=
"IsSnapToGridEnabled"
Value
=
"True"
/>
<
Setter
Property
=
"ActiveTool"
Value
=
"PointerTool"
/>
<
Setter
Property
=
"SelectionMode"
Value
=
"Single"
/>
<
Setter
Property
=
"IsBackgroundSurfaceVisible"
Value
=
"True"
/>
<
Setter
Property
=
"RectSelectionMode"
Value
=
"Partial"
/>
<
Setter
Property
=
"HorizontalAlignment"
Value
=
"Stretch"
/>
<
Setter
Property
=
"MinWidth"
Value
=
"500"
/>
<
Setter
Property
=
"telerik:DiagramSurface.IsVirtualizing"
Value
=
"False"
/>
<
Setter
Property
=
"telerik:DiagramAnimations.IsPanAnimationEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"telerik:DiagramAnimations.IsZoomAnimationEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"telerik:DiagramAnimations.AnimationDuration"
Value
=
"0.01"
/>
<
Setter
Property
=
"Primitives:BackgroundPageGrid.IsGridVisible"
Value
=
"False"
/>
<
Setter
Property
=
"Primitives:BackgroundGrid.IsGridVisible"
Value
=
"True"
/>
<
Setter
Property
=
"Primitives:BackgroundGrid.LineStroke"
Value
=
"#060000ff"
/>
<
Setter
Property
=
"Primitives:BackgroundGrid.CellSize"
Value
=
"90,90"
/>
</
Style
>
BEFORE the update Routing worked - after the update I just had straight lines.
Adding RouteConnections="true" directly with the control made it work again.
So this is just informational.
Manfred