Completed
Last Updated: 24 Aug 2020 10:54 by ADMIN
Release LIB 2020.2.824

It would be really great if the autocomplete box could handle the page up/down key to skip multiple entries at once. As we have like 200 entries in the list it would be a great advancement for the users using the keyboard.

Already tried your example from the forum but it is not functional.

All the best!

Completed
Last Updated: 21 Aug 2020 04:58 by ADMIN
Release R3 2020

When creating a NetCore project with NoXaml binaries via Telerik VSExtenstions for WPF and the installation of UI for WPF suite is not on C drive the following error occurs: "Error occurred while restoring NuGet packages: The local source 'C:\Program Files (x86)\Progress\Telerik UI for WPF R2 2020\ToolboxNugetPackages\' doesn't exist."

 

Completed
Last Updated: 19 Jun 2020 09:58 by ADMIN
Release LIB 2020.2.622

When a RadGridView column is bound to a sub-property e.g. "Player.FirstName", one can cancel the edit operation while the value of the cell's editor is invalid and the original value is not restored.

Completed
Last Updated: 15 May 2020 05:58 by ADMIN
Release R2 2020
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
11

			
Completed
Last Updated: 04 May 2020 07:17 by ADMIN
Release R2 2020
ADMIN
Created by: Telerik Admin
Comments: 5
Category: UI for WPF
Type: Feature Request
31
http://www.telerik.com/community/forums/silverlight/general-discussions/feature-request-callout-control.aspx
Completed
Last Updated: 03 Apr 2020 13:05 by ADMIN
Release R2 2020
NuGet: A wrong dependency is added when installing the SpreadsheetStreamingExport package.
Completed
Last Updated: 14 Feb 2020 14:13 by ADMIN
Release R1 2020 SP1

In the Crystal theme the ScrollBars are narrow and expand their size when the mouse is over. Introduce property that sets the default appearance of ScrollViewer's ScrollBars, similar to the ScrollBarMode property for the Fluent theme, which has the following options for the ScrollBar size:

  • Auto - narrow & expands to normal size
  • Compact - always narrow
  • Normal - always normal size
Completed
Last Updated: 05 Feb 2020 09:36 by ADMIN
Release LIB 2020.1.210 (2/10/2020)
Created by: Martin Ivanov
Comments: 2
Category: UI for WPF
Type: Bug Report
2

Most commonly the exception message is "Input file or data stream does not conform to the expected file format specification".

This appears because of the glyphs font used in the different controls.

To work this around you can use two approaches:

  • Update to Windows 7 SP2.

  • The second option is to download the UI for WPF source code, find the TelerikWebUI.ttf file and convert it to .otf using a third party tool (like FontForge for example). Then use a reflection to replace the font file, before the application startup. For example:
    RadGlyph.GetRegisteredFonts();
    var dictionary = typeof(RadGlyph).GetField("registeredTypefaces", BindingFlags.NonPublic | BindingFlags.Static)?.GetValue(null) as Dictionary<string, Typeface>;
    dictionary?.Clear();
       
    RadGlyph.RegisterFont(new FontFamily(new Uri("pack://application:,,,/WpfApp3;component/TelerikFont/", UriKind.RelativeOrAbsolute), "./#TelerikWebUI"), "TelerikWebUI");
    In the code snippet, "WpfApp3" is the assembly name of your project, and "TelerikFont" is a folder in your project, containing the converted font file. You can call this code in the OnStartup override of App.xaml.cs. Or before the InitializeComponent() call in the main window's constructor.
Completed
Last Updated: 20 Jan 2020 12:54 by ADMIN
Release LIB 2020.1.120
Enable RadBitmap creation with different than the 96 DPI.
Completed
Last Updated: 17 Jan 2020 10:40 by ADMIN
Release R1 2020
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
3
The control should be customizable so you can place also a content different than an image as in the WPF native splash screen support (https://docs.microsoft.com/en-us/dotnet/framework/wpf/app-development/how-to-add-a-splash-screen-to-a-wpf-application).
Completed
Last Updated: 14 Jan 2020 16:30 by ADMIN
Release R1 2020
Created by: wei
Comments: 0
Category: UI for WPF
Type: Feature Request
15
NEW Kanban Control

LIKE 
https://www.devexpress.com/Subscriptions/New-2016-2.xml#winforms
https://www.syncfusion.com/products/wpf/sfkanban
Completed
Last Updated: 13 Dec 2019 13:15 by ADMIN
Created by: LindenauAtSOG
Comments: 13
Category: UI for WPF
Type: Bug Report
3

Requirements:

- Multiple screen RDP-Session with option "Show windowcontents while dragging" turned off.

- RadTabbedwindow with AllowTransparency = false (might not be necessary)

 

When dragging a maximized TabbedWindow to a different screen into maximized mode, it is allways maximized on the primary screen.
Dragging it on the target screen so that it is not maximized and then clicking maximize works.

The issue only appears when the mentiond setting in the RDP-Session is turned off.

Completed
Last Updated: 30 Oct 2019 08:19 by ADMIN
Release R3 2019 SP1
As suggested in the orginal support ticket 1430154 I'm opening a separate bug reprot for the RadNumericUpDown control.

Visual Studio 2019 solution to reproduce the problem is attached to the bug report.
Completed
Last Updated: 16 Oct 2019 05:59 by ADMIN
Release R3 2019 SP1
     When open the radCombobox's drop list,put the mouse in the  next to last item,
then scroll the mouse back and forth,then the mouseover mark disappear,just when move the mouse to
the other item ,the mouseover mark will appear.
Completed
Last Updated: 25 Sep 2019 15:17 by ADMIN
Release LIB 2019.3.930 (09/30/2019)
Add property to control whether the filtering dropdowns stay open.
Completed
Last Updated: 24 Sep 2019 14:03 by ADMIN
Release R3 2019
ADMIN
Created by: Tanya
Comments: 13
Category: UI for WPF
Type: Feature Request
15
Create control for fast editing/visualization of source code.
Completed
Last Updated: 24 Sep 2019 06:43 by ADMIN
TabIndex property is not respected when the IsEditable property of the RadComboBox is set to true.
Completed
Last Updated: 08 Aug 2019 05:16 by ADMIN
Release R3 2019
Created by: Marc-Andre
Comments: 4
Category: UI for WPF
Type: Feature Request
6
I know you added a sample (https://github.com/telerik/xaml-sdk/tree/master/Buttons/ToggleSwitchButton) but please include this in all your Theming dll.
Completed
Last Updated: 06 Jun 2019 12:12 by ADMIN
Release LIB 2019.2.610 (06/10/2019)
We provide such properties in our Green theme and they make customizing the read only states of all controls easier.
Currently the read only state looks like disabled and there is no easy way to change it. 
Completed
Last Updated: 03 Jun 2019 06:26 by ADMIN
Release LIB 2019.2.603 (06/03/2019)
 Scrolling to a not visible column, a ToolTip appears on this column which does not have a ToolTipTemplate set.