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();
}