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.
Top and left connectors are a little bit misplaced in SL
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.
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.
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.
Pan animation throws an exception in Silverlight after Q1 2014