Completed
Last Updated: 04 Sep 2019 11:00 by ADMIN
Xiao
Created on: 20 Jun 2019 20:06
Category: Diagram
Type: Bug Report
0
When using a diagram in the theme Windows8, the all the text in the RadComboBox controls inside SettingsPaneTextControl is not showing

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.

 

Attached Files:
1 comment
ADMIN
Dinko | Tech Support Engineer
Posted on: 27 Jun 2019 13:01
Hi Xiao,

Thank you for the provided project.

I was able to reproduce this behavior using the project. Therefore I have logged it in out Feedback Portal where you can track its progress. As a workaround, you can consider using NoXAML binaries instead. You can take a look at the Setting a Theme help article which described how to set different theme using NoXAML binaries. I have also updated your project to use NoXAML assemblies.

In addition, I have updated your Telerik Points for bringing this behavior to our attention.

Regards,
Dinko
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Attached Files: