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 Sep 2016 13:45 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Bug Report
11
When IsTabStop = False the focus is going through :

 *  RadAutoCompleteBox
 *  RadComboBox (when IsEditable is set to True)
 *  RadNumericUpDown
 *  RadMaskedTextInput
 *  RadDatePicker
 *  RadDateTimePicker

Available in the R3 2016 Release.

For RadAutoCompletebox, RadComboBox, RadDateTimePicker and RadNumericUpDown, the TabNavigationExtensions.IsTabStop attached property should be used to indicate whether the control is included in the tab navigation cycle.

For RadMaskedTextInput, MaskedInputExtensions.IsEditorTabStop attached property should be used.
Completed
Last Updated: 07 Mar 2016 14:46 by ADMIN
When RowStyle is applied to RadGridView, AlwaysVisibleRow part disappears after adding a new item.  The problem occurs only when the style is applied explicitly. 
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: 26 Feb 2016 16:44 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0
When the groups of a RadRibbonTab are collapsible the scroll is shown just before the groups collapses.
Completed
Last Updated: 26 Feb 2016 16:44 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0
When the RadRibbonView ItemsSource is populated with RadRibbonTabs and one of the tab items IsSelected property is set to True that item no longer can be selected.
Completed
Last Updated: 05 Nov 2015 11:48 by ADMIN
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: 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: 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: 20 Nov 2014 11:43 by ADMIN
Exception is thrown if the size of Fluid is 0 and you maximize the window.
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
1 2