Completed
Last Updated: 09 Mar 2023 16:31 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
4

			
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 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 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: 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: 18 Jan 2016 14:13 by ADMIN
ADMIN
Created by: Kammen
Comments: 0
Category: UI for Silverlight
Type: Feature Request
5
It will be nice to expose public API to allow custom touch handling.

Completed:
With 2016 Q1 version, a static TouchManager has been introduced allowing handling of touch events, gestures, and adding custom touch gestures.
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: 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: 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.
1 2 3