Declined
Last Updated: 17 Oct 2022 12:27 by ADMIN

The Gridview Distinct Filters can't be reuse if the filtering panel is close.

When the filter panel is reopen selecting or deselecting distinct filter have no effect.

This is reproductible in telerik demo in any gridview with distinct filter.

the bug is present in browser and oob applications.

Declined
Last Updated: 22 Jan 2020 15:37 by ADMIN
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: 04 Jun 2018 08:09 by ADMIN
- When exporting Docx to Binary,  non-breaking spaces are being replaced by a normal space. 

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: 05 Jan 2017 11:24 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: ProgressBar
Type: Bug Report
0
The application continues to use CPU even when the indeterminate ProgressBar is collapsed.

DECLINED: Duplicate with https://feedback.telerik.com/Project/143/Feedback/Details/113028-progressbar-collapsed-indeterminate-progressbar-uses-cpu
Declined
Last Updated: 04 Jan 2017 11:00 by ADMIN
My FindFullMatchIndex method returns -1 when an item is not found. Instead of selecting no items and leaving the scroll position where it's at like the default search text behavior; the combobox scrolls the list to the top and selects the first item in the list.
Declined
Last Updated: 29 Dec 2016 14:41 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: TreeView
Type: Bug Report
1
This issue is applicable to Silverlight ONLY!

We have a RadTreeView with following properties IsLoadOnDemandEnabled="True", IsVirtualizing="True" and SelectionMode="Extended" set.
We select an element, collapse his parent and select another item. At this point if we expand the previously parent, both the newly selected item and the the first selected item are selected.
It is not correct the first item to preserve its selection state.

Duplicate item: 
https://feedback.telerik.com/Project/143/Feedback/Details/114202-treeview-radtreeviewitem-preserve-its-selection
Declined
Last Updated: 29 Dec 2016 14:23 by ADMIN
Declined
Last Updated: 04 Nov 2016 15:28 by ADMIN
When Minimized and then Removed and Re-Added in its parent container, the RadOutlookBar cannot be Maximized

DECLINED: Duplicated with https://feedback.telerik.com/Project/143/Feedback/Details/112770-outlookbar-when-minimized-and-then-removed-and-re-added-in-its-parent-container
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: 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 RadRibbonView. There is some elements in a RadTab, that are inside RadOrderedWrapPanel.
If we set a theme to the RadRibbonView, it is not applied to the elements within the RadOrderedWrapPanel.

Reason for declining: The RadRibbonGroup propagate its theme to its direct children, all nested elements in RadOrderedWrapPanel or custom panel/grid e.t should have set their theme using the attached property telerik:StyleManager.Theme which will be bound to the same theme as the RadRibbonView.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
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: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 1
Category: DataForm
Type: Bug Report
1
When adding a new item through RadDataForm's UI, the ValidationSummary is sometimes unaware of existing errors and committing edit is allowed. (Required, StringLength DA attributes). It works fine on editing.
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
2
Telerik.Windows.Controls.Charting.dll cannot be minified
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
The MaskedInput controls cannot be extracted from the Telerik.Windows.Controls.Input.dll
1 2 3