Declined
Last Updated: 09 Dec 2014 15:07 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 18
Category: UI for Silverlight
Type: Bug Report
68
Hanging the UI for bigger xaps.
Declined
Last Updated: 16 May 2016 11:28 by ADMIN
Add support for opening media files from client's local machines. At the moment an exception is thrown.

Due to the radically decreased interest in Silverlight the XAML team decided to considerably reduce the efforts invested in any new features or new components in the UI for Silverlight offering. Hence this request will not be addressed and is marked as declined.
Declined
Last Updated: 10 May 2016 14:49 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 3
Category: HtmlPlaceHolder
Type: Bug Report
11
Not measured correctly when no width/height is specified.
Declined
Last Updated: 05 Jan 2017 13:25 by ADMIN
When the PngBitmapEncoder uses source from a PNG file with opacity then the result image rendering is gray. The class is available in UI for Silverlight.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
9
Extend the WP7 support. Add support for each assembly and control.
Declined
Last Updated: 03 Nov 2016 14:31 by ADMIN
Pressing Space key when typing in TextBox in Expander's Header expands the control.

The root cause is not located in the RadExpander control. If using Microsoft ToggleButton with TextBox inside the space key will trigger a button click. This issue is for Silverlight platform.
The same sample in WPF does not trigger a button click.

This issue is reproducible when you host the RadExpander in a ControlTemlate targeting the native ListBoxItem.

DECLINED: XAML Team reviewed this item and taking into account the current state of SIlverlight platform decided not to address it in the future. 
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
RadRichTextBox`s dlls cannot be minified ( Telerik.Windows.Documents and its derivative dlls)
Declined
Last Updated: 22 Jan 2020 15:37 by ADMIN
Declined
Last Updated: 07 Oct 2016 14:02 by ADMIN
This issue occurs when the ApplicationMenu is bound. The button in the ItemTemplate of the ApplicationMenu could be both RadSplitButton and RadDropDownButton. Their DropDownContent should not be displayed downwards, it should be displayed in the RightPane ( the Content of the Applicationmenu)

Declined: When the ApplicationMenu is in DataBound scenario the ItemsControl from which the ApplicationMenu inherits automatically creates ContentPresenters for each item and wraps their content. As the ApplicationMenu knows how to manage RadRibbonDropDown/Split buttons you will need to provide one of these containers as direct child of the  menu. You can achieve that using the following code, to show all items as RadRibbonDropDownButton:

public class CustomApplicationMenu : ApplicationMenu
    {
        protected override bool IsItemItsOwnContainerOverride(object item)
        {
            return false;
        }

        protected override DependencyObject GetContainerForItemOverride()
        {
            return new RadRibbonDropDownButton();
        }
    }
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
We have a RadBook control with Left and Right PageTemplates defined.
In both templates, there is some content defined along with a RadBusyIndicator used to display a loading message during the load of the actual controls in the template.
The problem is, that the RadBusyIndicator instances are not released from the memory and it seems that they even prevent the actual controls to be garbage collected.

Workaround:
The issue is caused by a limitation of the Silverlight framework and the Telerik Window8 theme in which in order for the the progress bar animation to be smooth additional  EaseIn has been set to its KeyFrames. In order to resolve this issue all you need to do is remove the EaseIn from the Indeterminate VisualState of the Style which targets RadProgressBar. You can find attached a sample project which shows the described workaround.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
4
Sometimes the application never loads the requested dlls' content.
Declined
Last Updated: 26 Feb 2014 09:57 by ADMIN
RadDataForm-IsReadOnly state of a TextBox is not persisted when switching implicit styles
Declined
Last Updated: 17 Nov 2014 09:30 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: BusyIndicator
Type: Bug Report
3

			
Declined
Last Updated: 01 Dec 2014 15:31 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
3
Support PRISM / MEF in Xap minifier.
Declined
Last Updated: 11 Aug 2016 14:05 by Maarten
ADMIN
Created by: Telerik Admin
Comments: 1
Category: RibbonView
Type: Bug Report
3
ElementName binding is not working in RadRibbonBackstage.

Reason for closing: The ElementName binding in Adorner is not supported and as the RadRibbonBackstage is Adorner it is not working there as well. Due to that framework limitation we cannot fix this issue and we will change the status of the feed back item to declined. You can find more information about the Adorner and its limitation in this article ( http://msdn.microsoft.com/en-us/library/ms743737%28v=vs.110%29.aspx ).
Declined
Last Updated: 04 Feb 2016 11:45 by ADMIN
The KeyUp/KeyDown events sometimes are not triggered when using Keyboard.Modifiers. The issue can be reproduces if the keyboard key combination is pressed quickly.

Useful case where using those modifiers is when the desired behavior is to restrict the Ctrl+Z (undo command) in the RadWatermarkTextBox control.
Declined
Last Updated: 08 Feb 2016 07:38 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: TreeListView
Type: Bug Report
3
If you define 700 columns, then the horizontal lines are missing:
for (int i = 0; i < 700; i++)
{
      var nameCol = new GridViewDataColumn() { DataMemberBinding = new Binding("Name") };
      this.radTreeListView.Columns.Add(nameCol);
}
Declined
Last Updated: 27 Jul 2018 13:39 by ADMIN
Created by: Patrick
Comments: 1
Category: AutoCompleteBox
Type: Bug Report
2
After selection autocomplete uses the data within TextSearchPath for display. We search many fields so this output is less than ideal. DisplayMemberPath or a SelectedItemTemplate would be better.
Declined
Last Updated: 05 Dec 2014 14:57 by ADMIN
Change the version of the assemblies so the Visual Studio start diferentiate them from the original
1 2 3