Declined
Last Updated: 01 Sep 2015 11:38 by ADMIN
Created by: Christian
Comments: 2
Category: UI for WPF
Type: Feature Request
0
When comparing the RadPdfViewer to the Adobe Acrobat Reader the RadPdfViewer is 1.5sec slower in loading a normal PDF (500K, 1 table, 1 image).

Also improve the touch gestures like scrolling and zooming of the RadPdfViewer.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 8
Category: UI for WPF
Type: Feature Request
1
Implemented import and export of IccBased, Indexed, Cmyk color spaces. Available in latest official release Q3 2015.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190121 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 20 Aug 2015 10:54 by ADMIN
Created by: Alessio
Comments: 1
Category: UI for WPF
Type: Feature Request
0
this feedback is about a suggestion for you all about creating a new type of object into the WPF / ASP.NET library. I've built an application for scheduling the crew activities of an aircraft company. I'm using this object "Solutions Schedule" (as per attachment) in order to view / manage the monthly activities of every crew member. It's so much time that I've been looking for an alternative to that and there's no a valid one on the net; so I've asked myself why not to submit this thing to you ?
Could this be interesting ?
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190068 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 16 Sep 2015 17:27 by David Totzke
The fix will be included in our LIB v. 2015.02.0810.
Completed
Last Updated: 25 Jul 2016 06:54 by ADMIN
Available in LIB version: 2016.2.725
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: UI for WPF
Type: Feature Request
1
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190067 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 04 Aug 2016 10:43 by ADMIN
Completed
Last Updated: 04 Oct 2016 06:21 by ADMIN
ADMIN
Created by: Sia
Comments: 5
Category: UI for WPF
Type: Feature Request
33
A new theme which will follow the look and feel of Windows 10 OS and the subordinate Office 2016 Microsoft products. There should be two versions - a normal layout and touch-optimized one.

Available in the 2016 R3 Release.
Declined
Last Updated: 27 Jul 2015 09:24 by Lisitsa
Created by: Lisitsa
Comments: 1
Category: UI for WPF
Type: Bug Report
1
Some styles are duplicated in VisualStudio2013 theme. For example:

For example, RadButtonStyle is located in:
-Telerik.Windows.Controls.Data.xaml
-Telerik.Windows.Controls.Navigation.xaml
-Telerik.Windows.Controls.Input.xaml

This creates conflicts when I try to change default style of a RadButton because other styles are applied instead.

Reason for declination: 
We understand that having duplicate styles can be annoying for our customers. However in Silverlight the base style in a resource dictionary cannot be omitted. As for WPF, it is possible but will lead to exceptions if there is a missing resource dictionary or wrong order of the merged dictionaries which would be unwanted change for our customers. 

That is why we suggest our customers to merge their custom styles after Telerik default ones thus maintaining and upgrading is easier. Another option (in WPF) is using a custom build of our themes where all unwanted duplicates are removed. If you choose the second, you will need to remove button's style from all XAML files except the Telerik.Windows.Controls.xaml one and edit it there.
Declined
Last Updated: 22 Feb 2017 12:33 by SuleymanCan
If a worksheet spans more than one page, you can print row and column headings or labels (also called print titles) on every page to ensure that the data is properly labeled.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190066 
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: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
2
The feature will be available in our official release Q2 2016.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
When using ZipArchive in Update mode do not load entire Zip archive in the memory.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190133 
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: Tanya
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Currently RadPdfProcessing imports Contents only from stream. In some documents Contents property may be PdfArray. 
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Provide an option to change the text direction.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190065 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 29 Jul 2015 08:13 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Reason for declination: 
Since the next version of the Office Microsoft products after Office 2013 is Office 2016, we created a new feature request in our feedback portal: 
http://feedback.telerik.com/Project/143/Feedback/Details/165032-new-theme-windows10-office2016-theme
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When encryption is enabled, the streams inside the PDF document are encrypted individually. If the encrypted result contains '{' or '}' symbols, FormatException ("Input string was not in a correct format.") is thrown.
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" />

Declined
Last Updated: 22 Feb 2017 12:33 by Stefan
In case table cell doesn't have background directly applied it should inherit the background of its parent table.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190064 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190063 
Please use the new item for commenting, voting and subscribing instead of this one.