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.
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.
Completed
Last Updated: 09 Mar 2023 17:21 by ADMIN
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: 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.
Unplanned
Last Updated: 11 Jun 2021 08:12 by ADMIN

When the MinTimeRulerExtent of a view definition is lowered (to the point that the view does not have a scrollbar) and the EnableSmallAppointmentRendering is true, the content of the group headers is not displayed. 

Completed
Last Updated: 07 May 2021 13:46 by ADMIN
Release R2 2021
Completed
Last Updated: 05 Oct 2020 13:56 by ADMIN
Release LIB 2020.3.1012 (12/10/2020)
If the appearance is defined using a non-existing object reference in PDF document, NullReferenceException is thrown on import. 
Completed
Last Updated: 05 Oct 2020 09:24 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: ToolTip
Type: Bug Report
1

			
Completed
Last Updated: 23 Jan 2020 12:23 by ADMIN
In Expression Dark theme when you have a TextBlock inside a FluidContentControl the foreground is not updated.
Declined
Last Updated: 22 Jan 2020 15:37 by ADMIN
Completed
Last Updated: 18 Oct 2019 14:32 by ADMIN
Release R3 2019 SP
1 2 3 4 5 6