Completed
Last Updated: 04 Oct 2016 06:21 by ADMIN
ADMIN
Created by: Sia
Comments: 5
Category: UI for WPF
Type: Feature Request
33
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.
Declined
Last Updated: 27 Jul 2015 09:24 by Lisitsa
Created by: Lisitsa
Comments: 1
Category: UI for WPF
Type: Bug Report
1
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.
Declined
Last Updated: 22 Feb 2017 12:33 by SuleymanCan
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
2
The feature will be available in our official release Q2 2016.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Tanya
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Currently RadPdfProcessing imports Contents only from stream. In some documents Contents property may be PdfArray. 
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
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.
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
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
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.
Declined
Last Updated: 18 Jan 2016 14:02 by ADMIN
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" />

Declined
Last Updated: 22 Feb 2017 12:33 by Stefan
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.
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
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.
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/190060 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The feature will be available in our official release Q1 2016.