Declined
Last Updated: 01 Nov 2019 07:03 by ADMIN
Created by: Gennady
Comments: 1
Category: UI for WPF
Type: Feature Request
0
add .net framework 4.5 support to code samples to view new framework/Telerik features
Unplanned
Last Updated: 14 Oct 2019 12:18 by ADMIN
Created by: Enrico
Comments: 1
Category: UI for WPF
Type: Feature Request
15

Good morning,

at the moment we are using third parts libraries to show RTSP/MPEG video flow in our app.

After the new RadWebCam control release, we hoped it was possibile to specify another video flow for example from IP camera.

May I suggest to implement the possibility to specify a different stream source in the RadWebCam?

Or maybe to implement a new control called "RadPlayer" that is similar to RadWebCam but permits to set a custom stream?

Because snapshot/video recording feature of RadWebCam are very interesting also for a RTSP flow.

 

Thank you

Best Regards 

Enrico 


Unplanned
Last Updated: 14 Oct 2019 08:42 by ADMIN
Created by: Gennady
Comments: 0
Category: UI for WPF
Type: Feature Request
1

Current SDK Sample code supports only WPF 40.

Adding support for wpf45 will make more convenient way to work with Samples.

Sample dode can include new wpf 45 features

Unplanned
Last Updated: 19 Jul 2020 08:50 by Laurentiu Stamat
Created by: Mi
Comments: 9
Category: UI for WPF
Type: Feature Request
12

As we now have support for Webcams with RadWebcam-Control how about supporting Twain? But not the old version, instead the platform independent newer Twain-Direct. There is already C# Source Code under MIT-License available: https://github.com/twain/twain-direct. I think this could be used in Xamarin and WinForms, even ASP.NET also...

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.
Declined
Last Updated: 21 Aug 2019 13:29 by ADMIN
Created by: Dilip
Comments: 3
Category: UI for WPF
Type: Feature Request
0

Hi Team,

I am looking for Sketch UI kit for WPF. I am unable to post the request on Blogs, can you redirect me to get the details and kit.

 

Regards,

Dilip

Unplanned
Last Updated: 11 Oct 2021 07:39 by Hendrik
Created by: Martin Ivanov
Comments: 1
Category: UI for WPF
Type: Feature Request
3
Currently, the digitally signed assemblies are distributed only as a .zip file containing the dlls. Introduce nuget packages for them.
Declined
Last Updated: 05 Jun 2019 12:03 by ADMIN
Created by: Pascal
Comments: 3
Category: UI for WPF
Type: Feature Request
0

Hi Team,

 

We have a business case, where we build a spreadsheet with collapsable groups and subgroups. Our customers wanted to have an overview about the group totals on each group and expand and collapse the groups on demand (because it's also possible in Excel).

 

So, it would be awesome, if you could extend your spreadsheet component with that feature as well.

 

Thank you

Unplanned
Last Updated: 21 May 2019 11:05 by ADMIN

Currently when you highlight a row in the child GridView, the ParentRow becomes highlighted. It would be really nice to have an option so that the ParentRow would be selected when a row in the child GridView is selected. This should work recursively selecting the ParentRow all the way up the hierarchy.

I've written a workaround, but it isn't pretty.

Please add this functionality. :)

 

My case involves a three tier hierarchical GridView (each in single select mode). If I select a row in a third tier GridView, then I want its ParentRow to become selected on the second tier and the second tier's ParentRow to become selected on the first tier. Hopefully that makes sense.

Completed
Last Updated: 09 May 2019 12:19 by ADMIN
Created by: Andrew
Comments: 1
Category: UI for WPF
Type: Feature Request
0
Currently the RadWatermark TextBox does not support RadSpellCheck. We are requesting that spellcheck support be added to this control
Completed
Last Updated: 02 Apr 2019 12:33 by ADMIN
Release LIB 2019.1.408 (04/08/2019)
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Currently, the  StringToGlyphConverter is not available with the .NET Core version of the Telerik dlls. Introduce the converter in the .NET Core project.
Unplanned
Last Updated: 08 Mar 2019 14:05 by ADMIN
Created by: Felix
Comments: 0
Category: UI for WPF
Type: Feature Request
2
Add localization support for Polish language
Unplanned
Last Updated: 12 Mar 2019 14:39 by ADMIN
Created by: Grinden
Comments: 1
Category: UI for WPF
Type: Feature Request
10
Simplified and Traditional please
Unplanned
Last Updated: 08 Mar 2019 14:10 by ADMIN
Created by: Felix
Comments: 1
Category: UI for WPF
Type: Feature Request
5
We have customers in Brasil and Polish. It would be very helpful, if Telerik would support these languages out of the box. Otherwise we have to adapt our product whenever we are upgrading to a new Telerik version.
Completed
Last Updated: 14 May 2019 14:01 by ADMIN
Release R2 2019
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
4
The idea of this feature is to introduce a form, which can host tabs in its title bar (like RadTabControl), just like in Chrome/Edge. This would allow our clients to deliver a modern and flexible layout to their users. 
Completed
Last Updated: 25 Mar 2019 07:01 by ADMIN
Release LIB 2019.1.325 (3/25/2019)
Created by: WSB
Comments: 0
Category: UI for WPF
Type: Feature Request
3

Hello Telerik,

I started working with the RadMultiColumnComboBox.
A feature that I miss is opening the combo on focus.

The RadComboBox has OpenDropDownOnFocus and I use it very often.

Thanks in advance

Completed
Last Updated: 25 Dec 2023 09:04 by ADMIN
Release R3 2023
Created by: Martin Ivanov
Comments: 3
Category: UI for WPF
Type: Feature Request
25
The new API should allow you get an SVG file and convert it in a WPF-friendly format.

If there is a control, it should also display the SVG contents.
Unplanned
Last Updated: 18 Jan 2019 14:34 by ADMIN
This is similar to AutoCompleteBox. However, you can write text freely and the suggestions popup should appear only when you enter a special character like '@' for example. This behavior is observed in the facebook, slack and ms teams chats. You can mention someone in the chat.
Completed
Last Updated: 14 Feb 2019 13:56 by ADMIN
During the XAML export, by default images are serialized to XAML using the Convert.ToBase64String(byte[]) method. 
When the image is big, this causes allocation of a lot of memory (e.g. for 30MB image, the allocated memory for the string is ~300 MB), and when the base memory consumption of the process is high, this can cause OutOfMemoryException. 
Instead, the conversion to base64 format could be done using Convert.ToBase64String(Byte[], Int32, Int32) on smaller chunks, which are immediately written to the text stream and left to be garbage collected.
Declined
Last Updated: 23 Jan 2019 15:59 by ADMIN
Created by: David
Comments: 2
Category: UI for WPF
Type: Feature Request
1

I would like the fluent theme to support spacing option like it does fonts. The Mail app added a new setting "Folder and message spacing" in which you can pick spacious , medium, or compact. I would like the fluent theme to support something similar.  The fluent theme was defined for "finger" access but we still have desktop apps that want dense information with mouse access.  I would normally just pick a different theme but because of Windows 10, I can't. Windows 10 no longer supports specifying a default font and WPF no longer defaults to the OS font. This means that all my Windows apps must support picking a font. So I'm stuck with the fluent theme. But I don't always want the "spacious" spacing that the theme uses.

Would it be possible to support picking "spacious", "medium" or "compact" spacing?