Declined
Last Updated: 02 Jun 2023 13:30 by ADMIN
The same property is available for MS TooltipService in WPF. 
Declined
Last Updated: 13 Mar 2023 15:05 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: RichTextBox
Type: Feature Request
1
Implement a mechanism that allows embedding font data when exporting documents.
Declined
Last Updated: 09 Mar 2023 16:24 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2

ApplicationMenu do not have keyboard navigation - pressing arrows do not navigate thru the application menu items.

Declined as a duplicate of: https://feedback.telerik.com/wpf/1352753-ribbonview-applicationmenu-do-not-have-keyboard-navigation.

Declined
Last Updated: 09 Mar 2023 16:19 by ADMIN
ADMIN
Created by: Peshito
Comments: 0
Category: ChartView
Type: Feature Request
2

Add support for axis with multi-level categories

Declined as a duplicate of: https://feedback.telerik.com/wpf/1351027-chartview-add-support-for-axis-with-multi-level-categories

Declined
Last Updated: 31 Oct 2018 08:11 by Sistema PRI
This item is declined because it is wrongly logged and the issue is duplicated with another feedback item. You may follow instead these feedback item which also provides a sample attached project for repairing such invalid files:

https://feedback.telerik.com/Project/143/Feedback/Details/170586-pdfviewer-handle-documents-containing-invalid-cross-reference-table-start-index
Declined
Last Updated: 31 Oct 2018 07:51 by ADMIN
This item is declined because there are many PDF annotation types and we are going to create separate items for each type. You may follow some of the existing annotation feedback items listed below or create a new one which the Telerik team is going to approve. Here follows the list of the existing feedback items:
https://feedback.telerik.com/Project/143/Feedback/Details/167439-pdfviewer-support-for-annotations-of-type-stamp
https://feedback.telerik.com/Project/143/Feedback/Details/203379-pdfviewer-support-for-annotations-of-type-popup
https://feedback.telerik.com/Project/143/Feedback/Details/199351-pdfviewer-support-for-freetext-annotation-type
https://feedback.telerik.com/Project/143/Feedback/Details/149974-pdfviewer-highlight-annotation
Declined
Last Updated: 08 Oct 2018 08:39 by ADMIN
Created by: Mi
Comments: 2
Category: UI for Silverlight
Type: Feature Request
1
Silverlight will be end of life in 2021. But if you look at at the currently supported browsers https://en.wikipedia.org/wiki/Microsoft_Silverlight#Desktop_computers you will see it is only running on Internet Explorer 11. All other browsers have canceled support for Silverlight.

Does it really makes sense to still support Silverlight?

I'm asking because of this: https://docs.telerik.com/devtools/wpf/xamlflix-step-by-step-guide/xamlflix-radbarcode. This is the WPF documentation for radBarcode but it effectivly is talking about Silverlight!
Declined
Last Updated: 24 Feb 2017 14:43 by ADMIN
Declined
Last Updated: 20 Feb 2017 10:06 by ADMIN
Created by: Tim
Comments: 1
Category: UI for Silverlight
Type: Feature Request
0
It should be possible when user selects multiple cells on the current view with the CTRL key to return the list of these cells with the ScheduleView method.

More info here:
http://www.telerik.com/forums/select-multiple-days-with-ctrl-key
Declined
Last Updated: 06 Feb 2017 09:41 by ADMIN
Rendering issues occur when using Hierarchical virtualization mode and bring into view several times. The Headers of some items appear over other Headers.

The feedback item is declined due to duplication with the one below:
http://feedback.telerik.com/Project/143/Feedback/Details/113680-treeview-rendering-issues-when-using-hierarchical-virtualization-mode-and-bring
Please follow it instead.  
Declined
Last Updated: 04 Jan 2017 12:52 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: Map
Type: Feature Request
3
Add ability to change visibility of the information layer depends on the zoom range.

DECLINED: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/113252-map-support-maplayer-zoomrange-on-informationlayer
Declined
Last Updated: 03 Jan 2017 20:34 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Gauge
Type: Feature Request
1
The Gauge control should allow to override the whole entire "Content" property of the tooltip like to the ItemToolTipOpening event of ChartArea.

Declined: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/113231-gauge-add-ability-to-override-the-content-property-of-the-tooltip
Declined
Last Updated: 03 Jan 2017 20:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: HtmlPlaceHolder
Type: Feature Request
1
DECLINED: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/114177-htmlplaceholder-support-for-webbrowserbrush
Declined
Last Updated: 03 Nov 2016 11:16 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: RibbonView
Type: Feature Request
1
Add MouseOver Selection states in the RadRibbonTab control

Decline reason: RibbonView and its elements (including TabControl) are inspired by MS Office products. Since hovering over the selected TabItem in MS Word for example doesn't change its visual appearance it shouldn't in RibbonView as well.
If your project design still requires such appearance then we highly recommend that you edit the Control Template of the TabControl in Telerik.Windows.Controls.RibbonView assembly and add a MultiTrigger Condition (in WPF):
  <MultiTrigger>
                <MultiTrigger.Conditions>
                    <Condition Property="IsMouseOver" Value="True"/>
                    <Condition Property="IsSelected" Value="True"/>
                </MultiTrigger.Conditions>
...
</MultiTrigger>
or add a  <VisualState x:Name="SelectedMouseOver"> to CommonStates VisualStateGroup.
Declined
Last Updated: 17 Aug 2016 06:12 by ADMIN
ADMIN
Created by: Mike
Comments: 1
Category: RichTextBox
Type: Feature Request
5
Currently RadRichTextBox supports Html-based and Silverlight printing.

Silverlight printing should be very exact as it simply prints out each page as an Image. Though this type of printing can be really slow for large documents.

Currently page layout in Html printing depends on browser layout and this is why the number of pages in the actual document and browser-printed version can be different. Using absolute positioning in Html hopefully this issue can be resolved and paging/positioning of document elements will be precise.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Add panel element to the TabStripAdditionalContent property. This way it will be easier for the users to add content.

Declined: The existing API for the TabStripAdditionalContent property (of type Object) easily allows the users to customize and insert content depending on their requirements. For instance if you want to use data from ViewModel and list all of its Items you could use the following code:
<telerik:RadRibbonView.TabStripAdditionalContent>
	<ItemsControl ItemsSource="{}" >
		<ItemsControl.ItemsPanel>
			<ItemsPanelTemplate>
				<StackPanel Orientation="Horizontal" />
			</ItemsPanelTemplate>
		</ItemsControl.ItemsPanel>
	</ItemsControl>
</telerik:RadRibbonView.TabStripAdditionalContent>
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
The MinimizedPopup could be open/closed by using the SelectedIndex property of the RadRibbonView.

A sample implementation could be seen in the attached project.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Add a visual loading indicator to display the progress of the assemblies loading process
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
3
Support Documents (RichTextBox) assemblies
1 2 3 4