You could repair the invalid file using the project from the attachment.
This will allow import of Tensor-product patch mesh gradients.
In Expression Dark theme when you have a TextBlock inside a FluidContentControl the foreground is not updated.
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.
This reproduces only if the FlipDuration property of RadBook is set to 0.
To work this around set the FlipDuration to a bigger value. For example: FlipDuration="0:0:0.001"
When the RadTabControl is placed in a RadBusyIndicator, one of the navigation repeat buttons is initially disabled.
As a workaround, you can invoke the ScrollToHorizontalOffset method of the ScrollViewer inside the RadTabControl in a Dispatcher in the Loaded event:
Users want to be able to resize columns of RadPivotGrid at runtime, similar to RadGridView.
The regular ComboBox goes through all of the starting with the same letter items when pressing the same key multiple times. RadComboBox currently always highlights the first one. In addition, the case where starting to type couple letters, will select the matched item with StartsWith
Here is the error:
Invalid XmlnsDeclaration occurs in assembly 'Telerik.Windows.Controls.GridView, Version=2018.3.1016.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. XmlnsDeclaration references a namespace 'Telerik.Windows.Controls.MultiColumnComboBox' that is not in the assembly.
It is reproducible only in Visual Studio 2010 SP1.