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.
Unplanned
Last Updated: 15 Jun 2017 14:14 by ADMIN
ADMIN
Created by: Zarko
Comments: 0
Category: Diagram
Type: Feature Request
0
Provide helper classes to import data from different providers:

- Excel (xlsx)

- Access (accdb)

- OLEDB

- ODBC
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.
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: 03 Jan 2017 21:01 by Juan
Even though there are workarounds for everything, from my point of view the diagram control will be much enhanced if there are a few events added to it. Just as there are events for a shape having been clicked and double-clicked, in my opinion it will very much help if there would also be events exposed for a shape begin edit, end edit, preview delete (so as to handle a delete event), even generically a PropertyChanged event for any shape in the diagram. And the same for connections would, I imagine, be useful in other scenarios (even if not mine, currently).

These are all events I’ve had to handle some other way (sometimes in quite convoluted ways :P), I’m sure there are others which would make life easier for programmers in other scenarios.
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: 09 Oct 2014 16:35 by ADMIN
If you add a background brush to the image export and the export DPI is different than 96d the brush won't be exported correctly.

Fixed in LIB version: 2014.2.0914
Completed
Last Updated: 09 Oct 2014 16:20 by ADMIN
RadDiagramContainer is resized unexpectedly if you try to align it and its children to the top, bottom, left or right

Fixed in LIB version: 2014.2.0914
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
Declined
Last Updated: 12 Feb 2014 17:10 by Juan
Created by: Juan
Comments: 0
Category: Diagram
Type: Feature Request
0
When using animations on refreshing the layout of a RadDiagram (LayoutSettings.AnimateTransitions = true, then calling Diagram.Layout or Diagram.LayoutAsync), if you have a RadDiagramThumbnail "synchronized" with the RadDiagram... well, the synchronization does not happen automatically (just this I believe is a miss on the part of the Diagramming Framework) and, if you force it with a call to RefreshThumbnail(), since both the Layout and the RefreshThumbnail processes run on the UI thread they seem to collide and the result is the thumbnail isn't correctly refreshed either.

Obviously, best would be for those theoretically-synchronized controls to really work in-sync even when animations are on (they seem to work ok for animations off). But at a minimum if the RadDiagram had an event that was thrown when a Layout operation has finalized, we could listen to that event and call the RefreshThumbnail then.
======
Update: RadDiagram provides public DiagramLayoutComplete event. This event is available since Q2 2012.