Unplanned
Last Updated: 29 Jun 2023 13:05 by Piotr
The form fields are not displayed when loading specific pdf files.
Completed
Last Updated: 26 Jun 2023 13:11 by ADMIN
Release R2 2023 SP1
The character is rendered with different glyph geometry and wrong glyph width which results in overlapping text.
Unplanned
Last Updated: 16 Jun 2023 10:23 by ADMIN
Scrolling performance in large spreadsheets is significantly worse when auto filters are enabled.
Declined
Last Updated: 02 Jun 2023 13:30 by ADMIN
The same property is available for MS TooltipService in WPF. 
Completed
Last Updated: 25 May 2023 13:33 by ADMIN
If you place a TextBlock in the QuickAccessToolbar and the Ofice_Black theme is applied you get black foreground on black background which makes the text unreadable. The content of the QAT must respect the theme applied to the RadRibbonView control.
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.
Completed
Last Updated: 09 Mar 2023 17:21 by ADMIN
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

			
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

Completed
Last Updated: 09 Feb 2023 16:45 by ADMIN
When you hit the Enter key and a number simultaneously the number is removed from the Value of the RadMaskedNumericInput

Workaround:
Handle the KeyDown event of the RadMaskedNumericInput control, when the Enter key is pressed.

private void INPUT_KeyDown(object sender, KeyEventArgs e)
{
    if (e.Key == Key.Enter)
    {
        if (INPUT.Value.ToString().Length > 0)
        {
            RadWindow.Alert(INPUT.Value.ToString());
        }
        e.Handled = true;
    }
}
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R3 2022 SP1
When exporting a document in a Silverlight project using the XamlFormatProvider an exception is thrown.
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.

Unplanned
Last Updated: 03 Aug 2022 06:54 by Winston

RadMaps Silverlight BingMap provider stopped displaying tiles in 2022 due to change in Bing Maps service.

Check notes here:

https://docs.microsoft.com/en-us/answers/questions/799630/arcgis-map-services-stopped-loading.html

Either workaround or statement regarding the future of this feature is needed.

Completed
Last Updated: 01 Jun 2022 11:13 by ADMIN
Release LIB 2022.2.606 (06 June 2022)
Completed
Last Updated: 21 Apr 2022 14:01 by ADMIN
Release R2 2022
ADMIN
Created by: Petar Marchev
Comments: 4
Category: ChartView
Type: Feature Request
16

			
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
Unplanned
Last Updated: 04 Feb 2022 17:26 by ADMIN
RTF documents that do not define the appropriate style types in the style definitions are not processable in RTB. While this is a deviation from the standard, MS Word manages to fix them and then open them.
Completed
Last Updated: 15 Sep 2021 13:08 by ADMIN
Release R3 2021
You could repair the invalid file using the project from the attachment.
1 2 3 4 5 6