Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R3 2022 SP1
When exporting a document in a Silverlight project using the XamlFormatProvider an exception is thrown.
Completed
Last Updated: 08 Apr 2022 13:49 by ADMIN
Release LIB 2022.1.411 (11 Apr 2022)
Missing StaticResource error (ScrollBarStyle) is thrown when using implicit styles and merging the Telerik.Windows.Controls.RichTextBoxUI.xaml file.
Completed
Last Updated: 16 Feb 2022 14:02 by ADMIN
The tool does not found issues in a Silverlight project
Completed
Last Updated: 05 Oct 2020 13:56 by ADMIN
Release LIB 2020.3.1012 (12/10/2020)
If the appearance is defined using a non-existing object reference in PDF document, NullReferenceException is thrown on import. 
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.
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: 11 Jul 2019 13:15 by ADMIN
Release LIB 2019.2.715 (7/15/2019)

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"

Completed
Last Updated: 18 Oct 2019 14:32 by ADMIN
Release R3 2019 SP
Completed
Last Updated: 14 Sep 2018 11:10 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: UI for Silverlight
Type: Bug Report
0
The current workaround is to edit the control template of the control and set the MinWidth of the PART_ListBox element:

                   <Popup x:Name="PART_Popup">
						<Grid x:Name="PopupRoot">
							<telerik:RadListBox x:Name="PART_ListBox"
												 MinWidth="{TemplateBinding MinDropDownWidth}"
												MaxHeight="{TemplateBinding MaxDropDownHeight}"
                            ItemsSource="{TemplateBinding FilteredItems}"
                            ItemTemplate="{TemplateBinding DropDownItemTemplate}"
                            FontFamily="{TemplateBinding FontFamily}"
                            FontSize="{TemplateBinding FontSize}"/>
							<Border
                            Background="{Binding Background, ElementName=PART_ListBox}"
                            BorderBrush="{TemplateBinding BorderBrush}"
                            BorderThickness="1"
                            Width="{Binding ElementName=PART_ListBox, Path=Width}"
                            Visibility="{Binding ElementName=PART_NoResultsContentPresenter, Path=Visibility}">
								<ContentPresenter x:Name="PART_NoResultsContentPresenter"
                                MinWidth="{TemplateBinding MinDropDownWidth}"
                                MaxHeight="{TemplateBinding MaxDropDownHeight}"
                                Content="{TemplateBinding NoResultsContent}"
                                ContentTemplate="{TemplateBinding NoResultsContentTemplate}"
                                Visibility="Collapsed"
                                Margin="5 4"/>
							</Border>
						</Grid>
                   </Popup>
Completed
Last Updated: 19 Jul 2018 12:22 by ADMIN
Completed
Last Updated: 20 Jul 2018 13:42 by Patrick
ADMIN
Created by: Stefan
Comments: 3
Category: ToolTip
Type: Bug Report
2

			
Completed
Last Updated: 15 Jun 2018 15:59 by Patrick
Completed
Last Updated: 15 Jun 2018 15:42 by Patrick
ADMIN
Created by: Stefan
Comments: 5
Category: ToolTip
Type: Bug Report
1

			
Completed
Last Updated: 18 May 2018 12:50 by ADMIN
Command (Apple key ) + V, C, X, (ArrowKeys) combinations do not work in MaskedInput for Silverlight under MAC.  They should work just like when Control is pressed instead of Command.

For example string '1.23' is pasted in RadMaskedNumericInput and Text becomes 1.23.456 which cannot be parsed to value, and also, Value is not updated at all after Command + V paste operation.

Expected: Text and Value should become 1.23 in scenarios when mask is not empty.
Completed
Last Updated: 17 May 2018 15:39 by Patrick
Completed
Last Updated: 07 Feb 2018 13:27 by ADMIN
This is reproducible only with specific documents which reuse big images content throughout pages.

Available in LIB Version 2018.1.205.
Completed
Last Updated: 08 Feb 2018 14:36 by ADMIN
Available in LIB version 2018.1.205, it will be also available in the R1 2018 SP2 Release.
Completed
Last Updated: 03 Nov 2017 07:23 by John
GanttView: Memory leak when hovering a cell from the GridVeiw part
Completed
Last Updated: 08 Aug 2017 07:18 by ADMIN
The issue occurs only in Silverlight and only when the glyph is filled with tiling pattern brush.

Fix available in LIB Version 2017.2.808.
Completed
Last Updated: 07 Jul 2017 13:25 by ADMIN
When the user control contains more than one RadRichTextBox instances, an "Element is already the child of another element" error is thrown design time.

Fix available in LIB Version 2017.2.710.
1 2 3 4 5 6