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: 04 Dec 2015 12:56 by ADMIN
This will preserve the exported image quality. Currently the only option to achieve this is through the EncodedImageData class. However, using this approach is not easy because the user have to know the width, height, color space and filters of the image.
Completed
Last Updated: 04 Aug 2017 07:42 by ADMIN
Created by: Chris
Comments: 1
Category: UI for Silverlight
Type: Feature Request
0
ExtMap Files (for Application Caching) are missing from NuGet Separate Packages although they are included in the full package.  Please include these.
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: 28 Oct 2014 07:33 by Alex
When the VisualizationLayer.ShapeFill property uses the StrokeDashArray then the System.Reflection.TargetInvocationException exception ("The value does not fall within the expected range") is thrown.

Available in Q3 2014.
Completed
Last Updated: 18 Jan 2016 14:33 by ADMIN
ADMIN
Created by: Nick
Comments: 0
Category: UI for Silverlight
Type: Feature Request
0
With 2016 Q1 version, a static TouchManager class was introduced allowing for handling touch gestures and defining custom gestures.
Completed
Last Updated: 12 Jan 2015 09:16 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: UI for Silverlight
Type: Feature Request
0
The Title of the RibbonWindow is not vertically centered, when RadRibbonWindow.IsWindowsThemeEnabled is set to True.

Available in LIB version: 2014.3.1312
Completed
Last Updated: 22 Aug 2014 14:08 by ADMIN
Completed
Last Updated: 23 May 2014 11:08 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: UI for Silverlight
Type: Feature Request
0
There is a memory leak in RadRibbonView when it is hosted in a TabControl.
Completed
Last Updated: 08 Dec 2015 12:07 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: UI for Silverlight
Type: Feature Request
0

Will be available in Q1 2016 Release.
Completed
Last Updated: 10 Jun 2014 11:26 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: UI for Silverlight
Type: Feature Request
0
When you try to scroll the tabs in the tabstrip the scrollviewer is scrolled to its start
1 2 3