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.
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
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.
While eventToCommand works it is verbose and somewhat of a hack. I would really to see better MVVM support by having a command property on all of the controls for all events
The layout grid in RadDiagram is a little lacking and it would be a lot more powerful if it supported a similar layout grid to Adobe Illustrator. The features of interest are: Grid Subdivisions - You specify the gridsize as currently, say 8px, but then you can also specify a number of subdivisions, say 2. This will split the 8x8px grid cell into four 4x4px grid cells, and allow snapping to the 4x4px grid cells. Grid to back/front - allow the grid to be overlaid on top or behind the diagram so that you can optionally see the grid all the time. See attached diagram. Thanks Reason for closing / declining The mentioned cells can be controlled with attached properties of the BackgroundGrid and BackgroundPageGrid. Please check out these articles: http://docs.telerik.com/devtools/wpf/controls/raddiagram/styles-and-templates/styling-appearance.html http://docs.telerik.com/devtools/wpf/controls/raddiagram/features/printing#pages-preview-canvas To move these grids on top of the shapes you need to edit the default template of the RadDiagram and reorder the Grids in XAML.
The feature will be available in our official release Q1 2016.
The feature will be available in our official release Q1 2016.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190058 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/190057 Please use the new item for commenting, voting and subscribing instead of this one.
From a custom function which inherit from FunctionBase it's possible to return some constant expressions like StringExpression or BoolExpression. But It's impossible to return a reference to a Cell or CellRange which will be used by another function by example or which will automatically update it's result. There is no public constructor.
For the current wave of new Win10 UIs it would be handy to have a new Control like the Windows 10 Splitview available in WPF. See: https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.splitview.aspx