Unplanned
Last Updated: 12 Jan 2022 07:37 by ADMIN

Currently RadComboBox has no property to prevent user from clearing it with backspace. Also ComboBox SelectedIndex may become -1 when ItemSource is changed.

New propery (CanClear) could be checked on KeyDown event, when item collection is changed or when SelectedItem is changed..

If CanClear is set to false:

Backspace is ignored on KeyDown.

If collection is changed and collection size is greater than 0, ComboBox SelectedIndex becomes 0 automatically.

If SelectedItem becomes null and item collection size is greater than 0, ComboBox attemts to select first non-null item from collection.

Declined
Last Updated: 01 Apr 2022 11:23 by ADMIN
Created by: LindenauAtSOG
Comments: 4
Category: UI for WPF
Type: Feature Request
1

Right now, it is not easy to disable styles for standard controls like Button.
Especially when using NoXaml.

You have to create an Empty style on Application level for the control to "rewind" its style.
I do believe this kind of style drags down performance of controls when unloading, since it causes StyleChanged events.

 

Some explanation about performance (how things work to my understanding). Might be BS, but I spend a few hours debugging through .net code to get this idea:

Issue is, that when control is unloaded, its not part of the logical / visual tree of the application anymore, so it falls back to styles defined on assembly level.
e.g. Themes/Generic.xaml.  So the empty styles defined on Application level do not count anymore, but the ones you defined in your theme.
This can be observed on RadTabbedWindow. When unloading pages (like switching between them), controls fall back to the styles defined in the theme from Telerik.Windows.Controls.Navigation, because they are still children of that page.
You can observe this behaviour if you set a Breakpoint in FrameworkElement.OnStyleChanged before unloading a control tree.

 

 

If you'd remove the System.Windows.xaml from your theme-dictionaries so that one can decide to merge those styles or not, that would be great.

Completed
Last Updated: 24 May 2023 06:51 by ADMIN
Release R2 2023
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
1

Create a SlideView control like the one in the Telerik UWP suite.
https://docs.telerik.com/devtools/xamarin/controls/slideview/slideview-getting-started

The control should  have a content area, previous and next buttons, and dots indicator below, that indicates the currently selected page.

Declined
Last Updated: 11 Apr 2024 08:43 by Petar
Created by: Laurent Kempé
Comments: 14
Category: UI for WPF
Type: Feature Request
38

Hi

I would like to know if Progress Telerik has some plan to port their WPF controls to Avalonia (avaloniaui.net).

 

Thanks

Laurent

Unplanned
Last Updated: 20 Sep 2021 09:49 by ADMIN
Enable the Visual Studio projects extensions to work for .NET 5 projects.
Declined
Last Updated: 23 Aug 2021 22:23 by ADMIN
Created by: Mingchang
Comments: 1
Category: UI for WPF
Type: Feature Request
1

Hi:

China has the largest population and we have a lot of Chinese customers. Increasing support for Chinese localization, IME and bug fixes should be a high priority.

Unfortunately, there are still no support plans for many features. In the Chinese environment, there are still many bugs.

Hope can be taken seriously!

There is too much unplanned feedback, not just in Chinese, but also in Japanese and Korean. These should be viewed as a single issue and considered a serious one.

That's more than enough votes. The following should be combined。

https://feedback.telerik.com/wpf/1351270-radrichtextbox-introduce-support-for-other-chinese-imes-input-method-editors-like-sogou-pinyin-and-qq-pinyinkato-pr

https://feedback.telerik.com/wpf/1355000-richtextbox-implement-out-of-the-box-support-for-sogou-pinyin

https://feedback.telerik.com/wpf/1352638-maskedinput-add-support-for-chinese-input-symbols

https://feedback.telerik.com/wpf/1352724-richtextbox-support-import-from-rtf-of-multi-byte-unicode-characters-represented-with-multiple-ansi-characters-in-the-form-xx

 

Completed
Last Updated: 15 Feb 2022 09:37 by ADMIN
Release R1 2022 SP1
Created by: Xavier
Comments: 0
Category: UI for WPF
Type: Feature Request
2
The webcam's settings dialog currently allows image/video and camera settings to be changed. When using a microphone adjusting audio settings would be useful.
Completed
Last Updated: 07 Jan 2022 15:34 by ADMIN
Release R1 2022
Created by: Andreas
Comments: 1
Category: UI for WPF
Type: Feature Request
1

I really liked this feature and noticed you implemented it for WinForms already: TextBox Improvements in Telerik UI for WinForms

Would be great to have it for WPF as well!

Declined
Last Updated: 23 Sep 2021 07:58 by ADMIN
Created by: Nebojsa Mancic
Comments: 7
Category: UI for WPF
Type: Feature Request
0
I think it would be great to configure  RadCalculatorPicker's textbox to change way of displaying number, to add thousands separator and to manage other options to manage result view.
Completed
Last Updated: 12 Jul 2021 10:18 by ADMIN
Release LIB 2021.2.712 (12 Jul 2021)
Currently, most 1D barcodes are left-aligned. There should be an option that gives control over the alignment to the developers.
Completed
Last Updated: 07 Jan 2022 13:01 by ADMIN
Release R1 2022
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
2

Add a control that allows you to define a number of steps. Each step should be displayed with some kind of visual (like an ellipse for example) and each visual should be connected with a line. The line could be animated to look like a progress bar.

This kind of visualization is found in the Multi-Step Form feature of Kendo UI for Angular.

In the meantime, you can achieve this effect by implementing a custom control as shown in the First Look demo of RadButtons.

Declined
Last Updated: 06 Apr 2021 08:30 by ADMIN

Good afternoon,

When we add a new child element to the RadDiagram(see attach file), the diagram automatically optimizes their layout. After the chart is updated, the new element and its parent are automatically moved to the left side. How to make them stay in their places?

There is a small discussion of this problem on the forum.

Regards,
Andrei Silich

 

Completed
Last Updated: 26 May 2021 10:13 by ADMIN
Release R2 2021
Bat files for rebuilding Telerik assemblies from the source code should use different global JSON files for each framework (.Net Core 3.1, .Net 5, .Net 6). The idea is to prevent the need clients to install higher versions of .Net SDK when they need to rebuild only .Net Core 3.1 version for example.
Completed
Last Updated: 05 Aug 2021 08:53 by ADMIN
Release R3 2021
Created by: Dinko
Comments: 0
Category: UI for WPF
Type: Feature Request
2

The purpose of this control is to notify the user of unread messages, missed calls, etc. The image below demonstrates possible visualization: the notification section in the upper right corner.

Unplanned
Last Updated: 10 Feb 2021 14:31 by ADMIN
Created by: Vinod
Comments: 0
Category: UI for WPF
Type: Feature Request
1
An MSI installer is required on workstations without public internet access.
Unplanned
Last Updated: 12 Feb 2021 12:59 by ADMIN
Created by: Kristen
Comments: 3
Category: UI for WPF
Type: Feature Request
3

At this time, Telerik UI for WPF distributes libraries build for each TFM -> WPF45, NetCore and NET50.

 

If there was a way that UI for WPF could compile some of those libraries .NET Standard 2.0 compatible, it would allow for the developers making the transition from .NET Framework to .NET Core/.NET5 a but easier because they will be able to share the reusable Telerik code in a class library consumed by both WPF45 and WFP50 projects

Unplanned
Last Updated: 11 Feb 2021 13:50 by ADMIN
Created by: Daniel
Comments: 2
Category: UI for WPF
Type: Feature Request
1

I would request a new control. The RadButtonTextBox like the one in WinForms.

For fields with for example phonenumbers or emails we could then add a Button for launching the SIP oder Emailclient.

The possibilities are endless. Look at the "TextBox" in your browser window ;)

 

Sincerly

Daniel

Duplicated
Last Updated: 04 Feb 2021 10:02 by ADMIN
Created by: Mauro
Comments: 1
Category: UI for WPF
Type: Feature Request
0

It would be very useful for us if the RadWebCam control (WPF or WinForm) could support ONVIF Profile S

Thanks

Declined
Last Updated: 17 May 2021 12:44 by ADMIN
Created by: Nicholas
Comments: 1
Category: UI for WPF
Type: Feature Request
0

As far as I know, there are no way to set the color of the title bar. As far as I know there are no properties "color" of the title bar.

 

Thanks 

Declined
Last Updated: 27 Nov 2020 16:12 by ADMIN
Created by: Martin Ivanov
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Add a color variation in the Office2019Palette with the colors used in the White theme in MS Office 2019.