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: 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: 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: 14 Jul 2015 07:24 by ADMIN
ADMIN
Created by: Boby
Comments: 1
Category: UI for Silverlight
Type: Bug Report
0
Spellchecking specific text throws NullReferenceException. Specific example would be '..)aaa' text.
Completed
Last Updated: 14 Apr 2015 15:10 by ADMIN
Created by: Steve
Comments: 2
Category: UI for Silverlight
Type: Bug Report
0
Since the Q12015 update, if you add a RadCalendar to a project, and try to use the No XAML binaries with the VisualStudio2013 or Office2013 themes, the designer will crash. 
Sample project attached.
Completed
Last Updated: 05 Mar 2015 10:39 by ADMIN
Completed
Last Updated: 20 Nov 2014 15:38 by ADMIN
Open the ColorPicker

Then add Color in the RecentColorsitemsSource collection. Open the Colorpicker again - recent colors are not visible.


Available in LIB version: 2014.3.1124
Completed
Last Updated: 22 Jan 2015 15:32 by ADMIN
Annotations are not positioned correctly, when the vertical scrollbar is visible.

The fix is available in LIB Version 2014.3.1319.
Completed
Last Updated: 26 Aug 2014 15:16 by ADMIN
Problem noticeable by observing growth in queued changes to be processed. 
Completed
Last Updated: 22 Aug 2014 14:08 by ADMIN
Completed
Last Updated: 29 Feb 2016 14:09 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0
The RibbonWindow Title glow effect is remove when the theme is changed dinamically
Completed
Last Updated: 29 Feb 2016 14:08 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
1
The RibbonView TabStrip ScrollViewer is displayed unexpectedly when there are inactive ContextualGroups.
Completed
Last Updated: 05 Nov 2015 11:48 by ADMIN
Completed
Last Updated: 21 Mar 2014 06:48 by Alex
Compress/decompress of specific file using streams can be wrong when the compression level is specified to Deflated.
Completed
Last Updated: 20 Mar 2014 08:30 by ADMIN
SelectedCells collection is not updated correctly after GridView's ItemsSource changed
Completed
Last Updated: 18 Jun 2014 09:01 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0

			
Completed
Last Updated: 10 Mar 2014 07:52 by ADMIN
1 2