Completed
Last Updated: 02 May 2019 13:49 by ADMIN
Release R2 2019
Completed
Last Updated: 15 Apr 2019 06:16 by ADMIN
Release R2 2019
Created by: Janice
Comments: 5
Category: UI for WPF
Type: Feature Request
7
Enable clients to set custom HelpText for the controls from the suite.
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.
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

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.
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: 08 Mar 2019 11:39 by ADMIN
Created by: BlueStack
Comments: 0
Category: UI for WPF
Type: Feature Request
4
Please, provide official Russian Localization for, at least, WPF products. This is the only question, why customers chose other providers than Telerik. For example, I like Telerik WPF controls more, but me head at work bought other WPF-vendor because they provided official Russian Localization. Thanks.
Declined
Last Updated: 06 Mar 2019 12:51 by ADMIN
ADMIN
Created by: Kammen
Comments: 3
Category: UI for WPF
Type: Feature Request
4
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190013 
Please use the new item for commenting, voting and subscribing instead of this one.
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?

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: 17 Jan 2019 11:30 by ADMIN
Created by: David
Comments: 0
Category: UI for WPF
Type: Feature Request
6
With the release of the Fluent theme, it would be nice to have a Hamburger Menu control similar to the NavigationView for UWP (https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/navigationview).

NavigationView is available with our latest official version - R1 2019.
Completed
Last Updated: 16 Jan 2019 08:20 by ADMIN
Created by: Mi
Comments: 2
Category: UI for WPF
Type: Feature Request
8
.Net Core 3.0 (https://github.com/dotnet/core/blob/master/roadmap.md) is now activly developed. It will support WPF on Windows. How are your plans to support it?

Any roadmap?
Completed
Last Updated: 03 Jan 2019 11:24 by ADMIN
Introduce a property to close the dropdown upon selection (when in Single mode).


*** CloseDropDownAfterSelectionInput property will be available with Q1 2019 expected in the middle of January. When set to True, the dropdown will be closed only with SelectionMode Single. 
Unplanned
Last Updated: 23 Nov 2018 15:42 by ADMIN
Created by: Karl
Comments: 0
Category: UI for WPF
Type: Feature Request
2
Would be useful for setting timezone offsets and for more control to the user
Unplanned
Last Updated: 13 Nov 2018 11:53 by ADMIN
Currently, the DefaultVisualStyleSelector doesn't kick-in when the Direct2D or the Bitmap render options are used and their DefaultVisualRenderMode property is set to Batch.

Note that DefaultVisualRenderMode=Separate works.
Declined
Last Updated: 01 Oct 2018 12:48 by ADMIN
Short version of feature request: 
It would be nice to be able to enforce unique value in a column in an MVVM environment?

Long version of request:
To enforce a unique value in a column I ended up with a custom ValidationAttribute in the data model. Very much like the last example in the old thread 
https://www.telerik.com/forums/force-validation-on-new-record-insert

Direct link to the example provided by Telerik:
https://www.telerik.com/clientsfiles/375715_328546-TestApp-new.zip 

At a first glance, the solution seems to work, but if you edit a value in a cell and the new value is the same as another cell in the same column, BOTH these cells would have an error. Not just the cell you edited. I understand that not all cells can be validated whenever a single cell is edited, but it would nice if there was way to configure the RadGridView to “refresh” validations of all visible cells when a validation error is either set or removed?

I do not know if a solution like this would fit the internal design of the RadGridView, but it might give you some inspiration :-)

Add an attribute to the column definitions in the GridView:
ValidationTransitionMode= Default | ForceValidationOfAllVisibleCellsInColumn | ForceValidationOfAllVisibleCells

Default: 
No change from existing functionality.

ForceValidationOfAllVisibleCellsInColumn: 
Whenever a validation result of a cell changes (from no_error to error OR from error to no_error) all the visible cells in the column will be re-validated. This would do the trick to enforce uniqness in a column with a custom ValidationAttribute.

ForceValidationOfAllVisibleCells: 
Whenever a validation result of a cell changes (from no_error to error OR from error to no_error) all the visible cells of the complete grid will be re-validated. To be used by people with more complex validation algorithms depending on values in other columns as well.


Steps to visualize the current problem.
◦Run the example (https://www.telerik.com/clientsfiles/375715_328546-TestApp-new.zip )
◦When the application is running, reduce the window height (from the bottom) so that the scroll bar is visible and the top visible row shows “last name”=”Rockhead 0” and the bottom visible row shows “Rockhead 4”.
◦Change last name “Smith 3” to “Smith 1”.
◦Now there is a red border around the cell we edited (as expected) but nothing happens to row 2 (First name=Jane1).
◦Scroll to the bottom and back up to the top.
◦Now there is also an error on row 2 (First name = Jane1).
◦Change “Smith 1” back to “Smith 3” (on the row where First name=Jane 3).
◦The error on the cell edited is now removed, BUT the error on row 2 (Jane 1) is still visible even as all values in the Last name column is now unique.

I got some very good support and a suggestion to modify the control template, but it would still be nice to be able to control the validation execution of cells, other than the current cell.

Complete information can be found in the forum thread:
https://www.telerik.com/forums/enforce-unique-content-in-a-column-using-mvvm#4qSllj_EKkecS6ZtctdwAw 

Regards
/Stefan
Declined
Last Updated: 01 Oct 2018 10:17 by ADMIN
Created by: Skylär
Comments: 1
Category: UI for WPF
Type: Feature Request
0
I would like to do a Backstage design without writing code, the syntax of XAML is confusing and I do not understand it well, besides being slow, the development of software at design time is always much faster.
Unplanned
Last Updated: 18 Sep 2018 15:25 by ADMIN
In the current version of the WPF SDK Sample Browser Application it is really hard to track what's new and what control was updated. Even the version of Sample Browser by itself (2018.3) is not visible.

Maybe you remember the former Sivlerlight Online Demos (I'm not sure if it is still around but I cannot run it anymore because it needs IE11)? There was always an updated or new badge on the controls. So it was obvious what was new and updated.

I think this should be possible in WPF also.

When hovering with the mouse over the control panels there shoud be more information shown like date of the last update of the sample.

When clicking on a control on viewing the samples of the control, I can only open the folder, open in VS or run it. Sometimes it makes sense to open directly the sample on github to quickly check the version history.