Unplanned
Last Updated: 03 Jan 2017 21:22 by B
When I use the Sugiyama layout in RadDiagram it puts the node I add first at the bottom and the node I add last at the top for simple graphs without cycles and Orientation.Horizontal.

Also the edges of some nodes have a bias to connect to the left side, even when there is no room to connect there in Orientation.Horizontal.

The Orientation.Vertical works better for simple diagrams without cycles, but also becomes out of order when I use a cycle..

This is for both WPF and SIlverlight, I attached a demo to hopefully make this clearer.

Also Orientation.Vertical and Orientation.Horizontal seem swapped around: I asumed vertical meant top to bottom.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Diagram
Type: Bug Report
1
Top and left connectors are a little bit misplaced in SL
Unplanned
Last Updated: 04 Jan 2017 07:25 by ADMIN
The options provided by the SettingsPane in all online demos should be consistent with the options that can be properly applied to the underlying object.



For example users are allowed to set border brush and border thickness to RadDiagramTextShape which does not support any borders by design.
Declined
Last Updated: 23 Mar 2015 13:37 by ADMIN
ADMIN
Created by: Milena
Comments: 0
Category: Diagram
Type: Bug Report
1
RadDiagram control doesn't fire MouseLeftButtonDown/Up events.

We are declining this bug report.
Diagram needs to handle these events by design. It was our miss these events were not handled in the previous versions of RadDiagram till Q1 2015. 
We will list this in the breaking changes in our release notes as well.
Completed
Last Updated: 31 Jul 2014 13:58 by ADMIN
ADMIN
Created by: Zarko
Comments: 0
Category: Diagram
Type: Bug Report
0
Pan animation throws an exception in Silverlight after Q1 2014
Completed
Last Updated: 04 Sep 2019 11:00 by ADMIN

When using a diagram in the theme Windows8, the all the text in the RadComboBox controls inside SettingsPaneTextControl is not showing.

Please see the attached file for example.

In a newly created empty Silverlight project, the Theme is set to Windows 8:

StyleManager.ApplicationTheme = new Windows8Theme();

Create a RadDiagram in a xaml file

<telerik:RadDiagram x:Name="diagram">
            <telerik:RadDiagramTextShape Content="Test" />
            <primitives:ItemInformationAdorner.AdditionalContent>
                <telerik:SettingsPane Diagram="{Binding ElementName=diagram}" />
            </primitives:ItemInformationAdorner.AdditionalContent>
        </telerik:RadDiagram>

And the text in the RadComboBox controls inside SettingsPaneTextControl is not visible.

most other themes work fine, but Window8 is not.

I already updated to the latest Telerik Silverlight libraries.

 

Completed
Last Updated: 03 Jul 2019 12:10 by ADMIN
Release LIB 2019.2.708 (7/8/2019)
The items of the RadComboBox control in the SettingsPane Text tab are not visible when the Windows8 theme is applied using StyleManager.