Dear all Telerik UI for WPF team members.
Recently I have encountered a couple of problems with RadDiagram.
Please help our team to proceed forward soon.
My question is below.
When we draw a diagram via your RadDiagram, bezier and spline is perfect form as we expected.
But, after we decided to save this form and to check whether this form is correct, we reloaded it.
The problem is here.
Reloaded diagram is malformed (just we thought)
Please check attached image file (before & after save a diagram) and our code.
<telerik:RadDiagram x:Name="diagram" Grid.Row="1" Grid.Column="1"
Width="900" Height="700"
SelectedItem="{Binding SelectedItem}" IsZoomEnabled="False"
IsSnapToItemsEnabled="False" IsSnapToGridEnabled="False"
GraphSource="{Binding GraphSource}"
Margin="{DynamicResource UIBorderMargin}">
<primitives:ItemInformationAdorner.AdditionalContent>
<telerik:SettingsPane Diagram="{Binding ElementName=diagram}" />
</primitives:ItemInformationAdorner.AdditionalContent>
</telerik:RadDiagram>
Thanks in advance.
Brian Kwon from South Korea.