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.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190091 Please use the new item for commenting, voting and subscribing instead of this one.
Create control for fast editing/visualization of source code.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190090 Please use the new item for commenting, voting and subscribing instead of this one.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190089 Please use the new item for commenting, voting and subscribing instead of this one.
In MS Word you can crop the image from Picture Tools -> Format -> Size -> Crop button in the ribbon. This preserves the whole image in the file, but when it is rendered it shows only the cropped image area. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190088 Please use the new item for commenting, voting and subscribing instead of this one.
Available in LIB version 2015.3.1116, it will be also available in the 2016 Q1.
First column of the pivotgrid has width based on the header (see attached screenshot). It's obvious that the header should span between columns.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190087 Please use the new item for commenting, voting and subscribing instead of this one.
The feature will be available in our official release Q1 2016.
The fix will be available in our LIB release (v. 2016.01.0312).
The fix will be available in our official release Q3 2015 SP1.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190086 Please use the new item for commenting, voting and subscribing instead of this one.
Implement functionality allowing to specify that when a table is split on multiple pages, a specific row should be shown on each page. Workaround: in the attached demo projects. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190085 Please use the new item for commenting, voting and subscribing instead of this one.
Currently, there is no way to set or get this underline type. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190084 Please use the new item for commenting, voting and subscribing instead of this one.
Is there any way to easily see the comprehensive differences between two versions? We have an application that is still on version 2012.1.326 that we are intending to upgrade to the latest, but there is no simple way to tell what breaking changes might have been made. Our customer is asking us what features may no longer work as expected, but it would be practically impossible to go through every single set of release notes because there are so many between now and then. A simple replacement to "see what happens" isn't really feasible either because the application is so large and some of it was written by a third party. --------------------------------------- We’ve introduced the Telerik API Analyzer tool that helps determine the problematic areas when upgrading a WPF, WinForms or ASP.NET Web-Forms application to a newer version of our controls. You can read more about the tool in this blog post: http://www.telerik.com/blogs/api-analyzer-helps-upgrading-telerik-projects.
Workaround: private static void WorkaroundFieldsIssue(RadFlowDocument flowdocument) { foreach (FieldCharacter fieldCharacter in flowdocument.EnumerateChildrenOfType<FieldCharacter>().ToList()) { // only for start if (fieldCharacter.FieldCharacterType == FieldCharacterType.Start) { if (fieldCharacter.FieldInfo.Separator != null && fieldCharacter.FieldInfo.Separator.Parent == null) { Paragraph parent = fieldCharacter.FieldInfo.End.Paragraph; int index = parent.Inlines.IndexOf(fieldCharacter.FieldInfo.End); fieldCharacter.FieldInfo.End.Paragraph.Inlines.Insert(index, fieldCharacter.FieldInfo.Separator); } } } } This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190083 Please use the new item for commenting, voting and subscribing instead of this one.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190082 Please use the new item for commenting, voting and subscribing instead of this one.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190081 Please use the new item for commenting, voting and subscribing instead of this one.