Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Incorrect output when creating an archive from a json file (when the text in the file is too long).
Completed
Last Updated: 29 May 2019 07:56 by ADMIN
Created by: Nebojsa Mancic
Comments: 8
Category: UI for WPF
Type: Feature Request
10
I think that deploying scenario for applications and protecting dll-s are complicated. I think that better way is to use control panel. I want to send you needed informations through control panel, a and I want to provide me my version of dll-s that are protected and I can use it in my app. You build it on your own. The way you are doing it now is complicated, and can produce issues.
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
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Kammen
Comments: 0
Category: UI for WPF
Type: Feature Request
10
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190008 
Please use the new item for commenting, voting and subscribing instead of this one.
Unplanned
Last Updated: 31 Jan 2017 09:36 by Vesko
Created by: Vesko
Comments: 0
Category: UI for WPF
Type: Feature Request
10
It would be very helpful if you can plan to create kind of a "drawing tool" to design specific views for flows, state models, workflows, etc.
Completed
Last Updated: 15 Sep 2016 08:32 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
9
A data form control that allows the users to rearrange the fields using drag-drop and then save the layout. This control would be used in information systems where the admin users should be able to create custom forms for the regular users.

LayoutControl is now officially available since R3 2016 Release.
Completed
Last Updated: 31 Jan 2022 13:43 by ADMIN
The delay is observed when the project already references one of our WPF NuGet and you open the NuGet window to add more NuGets.
Declined
Last Updated: 18 Jan 2016 14:02 by ADMIN
A selection in RadListBox, RadColorPaletteVIew, RadTreeView. RadGridView etc. cannot be made with touch gestures when the control is inside a ScrollViewer.


Reason for declination:
This is not a bug in the touch logic of the controls. The selection does not work because the manipulations of the ScrollViewer are enabled and the scroller captures the touch and marks the touch events as handled, leaving the ScrollViewer the only element to receive touch events. There are at least two possible solutions for this.

1.If you have access to the ScrollViewer, you can set attached TouchManager.ScrollViewerSwipeMode for the ScrollViewer to Self.

<ScrollViewer telerik:TouchManager.ScrollViewerSwipeMode="Self" />

2. If you do not have access to the ScrollViewer, you can use a combination of two attached properties, for the elements inside the scroller. The two properties are two of the attached TouchManager properties - TouchMode and ScrollViewerSwipeMode.

<ScrollViewer>

   ...

      <telerik:RadCartesianChart telerik:TouchManager.TouchMode="Locked" telerik:TouchManager.ScrollViewerSwipeMode="Parent" />

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?
Unplanned
Last Updated: 22 Feb 2017 07:38 by Richardsonke
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
8
Introduce control similar to TextBox which offers integrated spell-checking (similar to the one provided in RadRichTextBox).
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
7
Implement the "add file to existing archive" functionality
Unplanned
Last Updated: 03 Aug 2017 11:55 by Iva
Created by: Iva
Comments: 0
Category: UI for WPF
Type: Feature Request
7
Introduce support for AutoCad files in a fixed document viewer.
Declined
Last Updated: 22 Feb 2017 12:33 by Jon
ADMIN
Created by: Kammen
Comments: 2
Category: UI for WPF
Type: Feature Request
7
Support for forms. The feature is named 'Interactive forms' in the PDF specification.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190018 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by Heiko
Specifically would like to add page numbering and count to them.

The feature will be available in our official release Q2 2016.
Declined
Last Updated: 22 Feb 2017 12:33 by Stefano
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190010 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
7
When certain files are added to ZipPackage IndexOutOfRangeException is thrown.
Completed
Last Updated: 10 May 2022 11:47 by ADMIN
Release R2 2022
Created by: Viktoria
Comments: 0
Category: UI for WPF
Type: Feature Request
7
Introduce new theme with the Windows 11 look.
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: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for WPF
Type: Bug Report
6
When you create a ZipPackage and then use the Add method to add a .dll file the created archive is corrupted.
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.