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
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.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
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.
Declined
Last Updated: 22 Feb 2017 12:33 by ARKADIY
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Declined
Last Updated: 30 Jul 2015 11:11 by Avi
Created by: Avi
Comments: 0
Category: UI for WPF
Type: Feature Request
1
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
Declined
Last Updated: 19 Aug 2015 11:52 by Paul
Created by: Paul
Comments: 1
Category: UI for WPF
Type: Feature Request
2
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The feature will be available in our official release Q1 2016.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
3
The feature will be available in our official release Q1 2016.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
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.
Declined
Last Updated: 22 Feb 2017 12:33 by Christoph
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
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.
Unplanned
Last Updated: 01 Jun 2015 11:57 by Mi
Created by: Mi
Comments: 0
Category: UI for WPF
Type: Feature Request
4
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
Unplanned
Last Updated: 01 Jun 2015 11:56 by Mi
Created by: Mi
Comments: 0
Category: UI for WPF
Type: Feature Request
2
Please provide something like the new RelativePanel-Control from Windows 10 UWP for WPF.

See: https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.relativepanel.aspx
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
3
At this point the PdfFormatProvider does not support floating images and these elements are skipped when exporting to PDF.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190055 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by Martin
ADMIN
Created by: Boby
Comments: 1
Category: UI for WPF
Type: Feature Request
1
These file formats are very similar to DOCX, and can be easily imported with loss of some information (e.g. macros).
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190053 
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: Mihail
Comments: 0
Category: UI for WPF
Type: Feature Request
0
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190051 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 20 May 2015 06:22 by ADMIN
Created by: EDDY
Comments: 2
Category: UI for WPF
Type: Feature Request
0
hello..
im developing health care system using licensed telerik wpf compoents 
for hospital   in south korea.

i alreadyknow that we can use MergedCellsDirection property and  IsCellMergingEnabled property  when merge cells in radgridview

i just want to know Whether there is a way to merge cells physically
not using style as MergedCellsDirection property.

I have to convince our customers why can not merge cells physically
don't be like farpoint grid for winform.

I'm sure gonna help you advice for me and our customer.
thanks ...
Completed
Last Updated: 02 Nov 2016 07:01 by ADMIN
Created by: Imported User
Comments: 2
Category: UI for WPF
Type: Feature Request
2
Hi!

I really enjoy the features of your products. However, the update mechanism is a complete pain in the ... behind. There are so many updates. Every time we have to run the update wizard, every time this breaks something, especially when working in teams. Updating via the Telerik Control Panel is tedious and time consuming.

Please make this process better. The simplest thing would be to just use NuGet with a VS plugin that validates if a license is present.

I spend hours and hours debugging stuff like this, and I am doing so right now again. The upgrade wizard broke some dependencies and now I have to check EVERY VIEW IN MY APPLICATION to check if there will be runtime errors with AssemblyNotFound "Telerik.Whatever". 

Please, please, I can't take it anymore!
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN