Completed
Last Updated: 21 Jun 2018 14:12 by ADMIN
ADMIN
Hristo
Created on: 11 May 2018 12:19
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1
FIX. RadDiagram - inconsistent behavior with the connections of the diagram in the OrgChart example of demo the application
Workaround call the InitializeDiagram method in the OnLoad method of the form.

protected override void OnLoad(EventArgs e)
{
    base.OnLoad(e);
    this.InitializeDiagram();
}
0 comments