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.
The fix will be included in our LIB v. 2015.02.0810.
Available in LIB version: 2016.2.725
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.
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.
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.
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.
The feature will be available in our official release Q2 2016.
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.
Currently RadPdfProcessing imports Contents only from stream. In some documents Contents property may be PdfArray.
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.
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
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.
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" />
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.
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.
At this point only styling through CSS is supported. The below code does not align the paragraph to the center string import = "<html><body><p align=\"center\">centered??</p></body></html>"; RadFlowDocument document = provider.Import(import); This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190062 Please use the new item for commenting, voting and subscribing instead of this one.
Add API to get the list of ranges to which a defined name refers. Example: List<CellRange> ranges = workbook.Names["definedName"].Ranges; CellSelection selection = worksheet.Cells[ranges]; This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190061 Please use the new item for commenting, voting and subscribing instead of this one.