Declined
Last Updated: 26 May 2016 11:46 by Lisitsa
Created by: Lisitsa
Comments: 2
Category: UI for WPF
Type: Bug Report
1
First column of the pivotgrid has width based on the header (see attached screenshot). It's obvious that the header should span between columns.
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/190092 
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/190093 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
Workaround:
Copy the default styles after the Mail Merge

RadFlowDocument merged = sourceDocument.MailMerge(mailMergeSource);
merged.DefaultStyle.ParagraphProperties.CopyPropertiesFrom(sourceDocument.DefaultStyle.ParagraphProperties);
merged.DefaultStyle.CharacterProperties.CopyPropertiesFrom(sourceDocument.DefaultStyle.CharacterProperties);
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190096 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
If the value from the source contains new lines, they should be inserted in the resulting documents as new paragraphs.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190097 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
When defaultThemeVersion is missing from the file, some styles are not shown when the document is opened in MS Excel.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190098 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Tanya
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/190099 
Please use the new item for commenting, voting and subscribing instead of this one.
Unplanned
Last Updated: 05 Jan 2017 12:08 by ADMIN
ADMIN
Created by: Nasko
Comments: 2
Category: UI for WPF
Type: Bug Report
1

			
Declined
Last Updated: 22 Feb 2017 12:33 by Mi
ADMIN
Created by: Svetoslav
Comments: 3
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/190101 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 19 Jan 2016 09:34 by ADMIN
ADMIN
Created by: Georgi
Comments: 0
Category: UI for WPF
Type: Bug Report
1
Available in LIB version 2016.1.118, it will be also available in the 2016 Q1 SP Release.
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/190103 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
When the last element from a table cell is an empty line, the latter is skipped and not imported.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190105 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 4
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/190106 
Please use the new item for commenting, voting and subscribing instead of this one.
Unplanned
Last Updated: 05 Jan 2017 12:12 by ADMIN
Declined
Last Updated: 22 Feb 2017 12:33 by Paul-Henri
ADMIN
Created by: Boby
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Add support for MID function:

https://support.office.com/en-us/article/MID-MIDB-functions-d5f9e25c-d7d6-472e-b568-4ecb12433028

MID returns a specific number of characters from a text string, starting at the position you specify, based on the number of characters you specify.

MID(text, start_num, num_chars)
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190109 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by Vladimir Skvortsov
ADMIN
Created by: Tanya
Comments: 1
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/190114 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
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/190116 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: UI for WPF
Type: Bug Report
1
Declined because the issue is originally caused by Form XObject missing functionality. You may subscribe for the following feedback item instead: http://feedback.telerik.com/Project/184/Feedback/Details/190108-implement-import-of-form-xobjects
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Please add a link to the new TDP library and explain it, so people can find the place to vote for PDFProcessing!
http://feedback.telerik.com/Project/184/Feedback
Unplanned
Last Updated: 27 Dec 2016 11:28 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Currently, the design-time theme changer automatically removes previous references to Telerik themes. If the application has runtime theme change logic, the old theme references are needed and the developer needs to add them manually, which is annoying.