Completed
Last Updated: 16 Aug 2023 10:51 by ADMIN
Release R3 2023 (LIB 2023.2.816)
Created by: Bernhard
Comments: 2
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
3

The loading time is very slow when there are 100 connections and the connection bridge is set to Bow

Use attached to reproduce. 

 
Unplanned
Last Updated: 10 Oct 2022 06:42 by ADMIN
Please run the attached sample project and load the XML file (test3.xml) located in the folder. After 4-5 times loading the file, the  application freezes.
Unplanned
Last Updated: 29 Sep 2022 07:33 by ADMIN

Steps to reproduce:

1. Open the Demo application and choose one of the diagram's examples. 

2. Select one shape and rotate it at 180 rotation angle.

3. Change the width:

Expected: the connections and selection rectangle are properly adjusted according to the new size

Actual: the connections are not properly rendered and selection rectangle is also not updated

Completed
Last Updated: 23 Sep 2022 13:07 by ADMIN
Release R3 2022
RadDiagramRibbonBar offers the DisableDefaultSaveAction property. When it is set to true, the default logic after clicking the Save/New button is skipped. A similar behavior is requested for the Open button, as it will facilitate any customizations for the logic executed after pressing the Open button.
Completed
Last Updated: 28 Jul 2022 07:58 by ADMIN
Release R3 (LIB 2022.2.711)
Created by: Tomas Havetta
Comments: 4
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
0
I found problem in .NET 6 components for Windows Forms.

When I try to use PageOrientation enum, I receive this error:

Error CS0433 The type 'PageOrientation' exists in both 'Telerik.WinControls.RadDiagram, Version=2022.2.622.60, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' and 'Telerik.WinControls.RichTextEditor, Version=2022.2.622.60, Culture=neutral, PublicKeyToken=5bb2a467cbec794e'

I looked into the source code and indeed found the same enum in the same namespace in both projects. 
Completed
Last Updated: 11 Jun 2021 14:44 by ADMIN
Release R2 2021 SP1
Hi, we have noticed that an SVG image when displayed in the RadDiagram on Winforms displays jagged lines when zoomed in.
Completed
Last Updated: 27 Apr 2021 11:36 by ADMIN
Release R2 2021
Created by: Pardeep
Comments: 0
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1
Please refer to the attached gif file illustrating better the observed behavior when using the UI to add and connect shapes. 
Completed
Last Updated: 20 Apr 2021 16:43 by ADMIN
Release R2 2021
Created by: Tim Black
Comments: 1
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
0

I was reviewing the control functionality with your WinForm Floor Plan demo, when I discovered a repeatable bug.  If I select the chair to the left of the sofa (shown in screenshot below) and click the setup icon, it works fine.  However, if I rotate the chair prior to clicking the setup icon, i get the error shown below.  The error is repeatable.

 

 

***************************************************

BEGIN ERROR TEXT

***************************************************

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '613' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
   at Telerik.WinControls.UI.RadSpinElement.set_Value(Decimal value)
   at Telerik.WinControls.UI.RadSpinEditor.set_Value(Decimal value)
   at Telerik.WinControls.UI.RadDiagramSettingsPane.SetupControls()
   at Telerik.WinControls.UI.RadDiagramSettingsPane.ShowPopup(Point location, RadDiagramElement diagramElement)
   at Telerik.WinControls.UI.RadDiagramSettingsPane.Show(Point location, RadDiagramElement owner)
   at Telerik.WinControls.UI.RadDiagramElement.additionalContent_Click(Object sender, EventArgs e)
   at Telerik.WinControls.RadElement.OnClick(EventArgs e)
   at Telerik.WinControls.UI.RadButtonItem.OnClick(EventArgs e)
   at Telerik.WinControls.UI.RadButtonElement.OnClick(EventArgs e)
   at Telerik.WinControls.RadElement.DoClick(EventArgs e)
   at Telerik.WinControls.RadElement.RaiseBubbleEvent(RadElement sender, RoutedEventArgs args)
   at Telerik.WinControls.RadItem.RaiseBubbleEvent(RadElement sender, RoutedEventArgs args)
   at Telerik.WinControls.RadElement.RaiseRoutedEvent(RadElement sender, RoutedEventArgs args)
   at Telerik.WinControls.RadElement.DoMouseUp(MouseEventArgs e)
   at Telerik.WinControls.ComponentInputBehavior.OnMouseUp(MouseEventArgs e)
   at Telerik.WinControls.RadControl.OnMouseUp(MouseEventArgs e)
   at Telerik.WinControls.UI.RadDiagram.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at Telerik.WinControls.RadControl.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3740.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
TelerikExamples
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///E:/Program%20Files%20(x86)/Progress/Telerik%20UI%20for%20WinForms%20R3%202019/Examples/QuickStart/bin/TelerikExamples.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3690.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3640.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
QuickStart
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/QuickStart/v4.0_2019.3.1022.40__5bb2a467cbec794e/QuickStart.dll
----------------------------------------
Telerik.WinControls.UI
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.UI/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.UI.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3760.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Telerik.WinControls
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.dll
----------------------------------------
TelerikCommon
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/TelerikCommon/v4.0_2019.3.1022.40__5bb2a467cbec794e/TelerikCommon.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Telerik.WinControls.Themes.TelerikMetro
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.TelerikMetro/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.TelerikMetro.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3630.0 built by: NET472REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Telerik.WinControls.Themes.Fluent
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Fluent/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Fluent.dll
----------------------------------------
Telerik.WinControls.Themes.FluentDark
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.FluentDark/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.FluentDark.dll
----------------------------------------
RadControlSpy
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/RadControlSpy/v4.0_2019.3.1022.40__5bb2a467cbec794e/RadControlSpy.dll
----------------------------------------
Telerik.WinControls.Themes.Aqua
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Aqua/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Aqua.dll
----------------------------------------
Telerik.WinControls.Themes.Breeze
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Breeze/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Breeze.dll
----------------------------------------
Telerik.WinControls.Themes.Desert
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Desert/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Desert.dll
----------------------------------------
Telerik.WinControls.Themes.HighContrastBlack
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.HighContrastBlack/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.HighContrastBlack.dll
----------------------------------------
Telerik.WinControls.Themes.Office2007Black
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2007Black/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2007Black.dll
----------------------------------------
Telerik.WinControls.Themes.Office2007Silver
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2007Silver/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2007Silver.dll
----------------------------------------
Telerik.WinControls.Themes.Office2010Black
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2010Black/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2010Black.dll
----------------------------------------
Telerik.WinControls.Themes.Office2010Silver
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2010Silver/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2010Silver.dll
----------------------------------------
Telerik.WinControls.Themes.Office2010Blue
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2010Blue/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2010Blue.dll
----------------------------------------
Telerik.WinControls.Themes.Office2013Dark
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2013Dark/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2013Dark.dll
----------------------------------------
Telerik.WinControls.Themes.Office2013Light
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2013Light/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2013Light.dll
----------------------------------------
Telerik.WinControls.Themes.TelerikMetroBlue
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.TelerikMetroBlue/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.TelerikMetroBlue.dll
----------------------------------------
Telerik.WinControls.Themes.TelerikMetroTouch
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.TelerikMetroTouch/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.TelerikMetroTouch.dll
----------------------------------------
Telerik.WinControls.Themes.VisualStudio2012Dark
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.VisualStudio2012Dark/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.VisualStudio2012Dark.dll
----------------------------------------
Telerik.WinControls.Themes.VisualStudio2012Light
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.VisualStudio2012Light/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.VisualStudio2012Light.dll
----------------------------------------
Telerik.WinControls.Themes.Windows7
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Windows7/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Windows7.dll
----------------------------------------
Telerik.WinControls.Themes.Windows8
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Windows8/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Windows8.dll
----------------------------------------
Telerik.WinControls.Themes.Material
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Material/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Material.dll
----------------------------------------
Telerik.WinControls.Themes.MaterialPink
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.MaterialPink/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.MaterialPink.dll
----------------------------------------
Telerik.WinControls.Themes.MaterialTeal
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.MaterialTeal/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.MaterialTeal.dll
----------------------------------------
Telerik.WinControls.Themes.MaterialBlueGrey
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.MaterialBlueGrey/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.MaterialBlueGrey.dll
----------------------------------------
Telerik.WinControls.Themes.Crystal
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Crystal/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Crystal.dll
----------------------------------------
Telerik.WinControls.Themes.CrystalDark
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.CrystalDark/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.Themes.CrystalDark.dll
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3710.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
DiagramFirstLook
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///E:/Program%20Files%20(x86)/Progress/Telerik%20UI%20for%20WinForms%20R3%202019/Examples/Diagram/DiagramFirstLook/bin/DiagramFirstLook.exe
----------------------------------------
Telerik.WinControls.RadDiagram
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.RadDiagram/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.RadDiagram.dll
----------------------------------------
Telerik.WinControls.RadDock
    Assembly Version: 2019.3.1022.40
    Win32 Version: 2019.3.1022.40
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.RadDock/v4.0_2019.3.1022.40__5bb2a467cbec794e/Telerik.WinControls.RadDock.dll
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

***************************************************

END ERROR TEXT

***************************************************

Unplanned
Last Updated: 13 Apr 2021 12:30 by ADMIN
Created by: Tanaka
Comments: 3
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Feature Request
7

Good-day,

I am trying to export a RadDiagram to an SVG Image, I would like to find out if it is possible to do so and how to do it.

I look forward to hearing from you.

Regards,

Tanaka

Completed
Last Updated: 12 Nov 2020 11:45 by ADMIN
Release R1 2021 (LIB 2020.3.1116)
Created by: Marian
Comments: 0
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
0

Run the attached sample project, paste the path to the TestTemplates folder in the text box and click Start. You will notice the that the illustrated time in the labels gets bigger and bigger.

Workaround: this is not a complete solution but is reduces the load time:

radDiagram1.Clear(); 
            radDiagram1.DiagramElement.FindDescendant<Telerik.WinControls.UI.Diagrams.Primitives.BackgroundPageGrid>().FindDescendant<Telerik.WinControls.UI.Diagrams.Canvas>().Children.Clear();
radDiagram1.Clear(); 
            radDiagram1.DiagramElement.FindDescendant<Telerik.WinControls.UI.Diagrams.Primitives.BackgroundPageGrid>().FindDescendant<Telerik.WinControls.UI.Diagrams.Canvas>().Children.Clear();
		
Completed
Last Updated: 03 Oct 2019 11:39 by ADMIN
Release R3 2019 SP1 (LIB 2019.3.1007)

Use attached to reproduce.

Workaround:

private void RadDiagram1_ItemsChanged(object sender, Telerik.WinControls.UI.Diagrams.DiagramItemsChangedEventArgs e)
{
    if (e.Action == System.Collections.Specialized.NotifyCollectionChangedAction.Add)
    {
        IEditableObject editableObject = ((RadDiagramShape)e.NewItems.First()).DataBoundItem as IEditableObject;
        if (editableObject != null)
        {
            editableObject.EndEdit();
        }
    }
}

 

Unplanned
Last Updated: 30 Aug 2019 11:06 by ADMIN
Created by: RAMEL
Comments: 5
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1

Hello,

I'm contacting to you regarding the RadDiagram in WinForms. Currently I have an issue with the layout by using the AStartRouter (see attached picture). Please find below the code used to setup the router:

this.diagram.RoutingService.Router = new Telerik.Windows.Diagrams.Core.AStarRouter(this.diagram.DiagramElement) 

AvoidShapes = true,
WallOptimization = true
};
this.diagram.RoutingService.AutoUpdate = true;
this.diagram.RouteConnections = true;

Thanks for your help.

Regards

Completed
Last Updated: 25 Jun 2018 07:45 by Dimitar
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1
To reproduce: 
1. Add a RadDiagram to the form and open its property builder at design time. 
2. Add a RadDiagramShape and set some value to the shape's Tag property.
3. Save the changes and exit the property builder.

When you run the application you will notice that the Tag property of the shape is not stored. 
Completed
Last Updated: 21 Jun 2018 14:12 by ADMIN
Workaround call the InitializeDiagram method in the OnLoad method of the form.

protected override void OnLoad(EventArgs e)
{
    base.OnLoad(e);
    this.InitializeDiagram();
}
Completed
Last Updated: 13 Jun 2018 08:21 by Dimitar
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1
By default, when you bind RadDiagram, RadDiagramShape items are created by the DiagramDataLayer. It would be nice to have the possibility to replace the DiagramDataLayer for example and override its CreateDiagramShapeItem method to use custom RadDiagramShapes.
Declined
Last Updated: 05 Jun 2018 13:41 by ADMIN
To reproduce: run the attached sample project and follow the steps in the gif file.
When you start dragging, (i.e. when MouseMove first fires) there is a large jump to the position of the image.
Unplanned
Last Updated: 29 May 2018 05:27 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
2
To reproduce: create a RadDiagram with several shapes. Try to zoom and pan with the gesture. Sometimes the shapes jumps.

Completed
Last Updated: 22 Feb 2018 14:14 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 2
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1

			
Completed
Last Updated: 02 Feb 2018 11:40 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
3
To reproduce: add a RadDiagram and use the following code snippet:

this.radDiagram1.PanToPosition(new Telerik.Windows.Diagrams.Core.Point(10,10));

Workaround: subscribe to the Pan event: 

this.radDiagram1.Pan += radDiagram1_Pan;

        void radDiagram1_Pan(object sender, Telerik.WinControls.UI.Diagrams.PositionChangedRoutedEventArgs e)
        {
        }
Completed
Last Updated: 02 Feb 2018 11:26 by Dimitar
To reproduce: 
- Add DiagramRibbonBar to a user control.
- Try setting the AssociatedControl from the smart tag.
- An error message will be shown.

Workaround:
Set it in code:
radDiagramRibbonBar1.AssociatedDiagram = radDiagram1;
1 2 3