Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Currently, when setting a style to a table/table cell the following syntax is imported properly
.tdborder{border: 1px solid black}
However, if the order of the properties is changed (solid 1px black), the style will not be interpreted.

The fix will be available in our latest LIB release (v. 2015.1.0323).
Declined
Last Updated: 06 Feb 2015 15:36 by ADMIN
Created by: Achileess
Comments: 1
Category: UI for WPF
Type: Feature Request
0
we used RadAutoCompleteBox for user to get value quickly.But here we faced the problem as if the user enter incorrect value(which is not present in the Item Source),we need to show the validation error text as the text you enter is incorrect like that. and we need this validation in the data annotation format (ex : RadMaskedTextBox for Numeric). 
Declined
Last Updated: 09 Mar 2015 13:39 by ADMIN
Created by: Klemens
Comments: 3
Category: UI for WPF
Type: Feature Request
0
New control for toast notifications like in Windows 8 but inside the program.
Declined
Last Updated: 09 Feb 2015 09:10 by ADMIN
Created by: Lisitsa
Comments: 3
Category: UI for WPF
Type: Feature Request
1
Make easy way to set Stroke/Fill for all columns in a specific BarSeries. I know about DefaultVisualStyle, but it's too cumbersome to use. For example, Infragistics's chart has this.

Just make use of properties like Background and Stroke.

REASON FOR DECLINATION:
We have decided to decline this feature request because the bar series can be styled via few different approaches, such as a chart palette, default visual style, default visual style selector, point template, point template selector. We consider the DefaultVisualStyle a very framework-friendly approach as it is easy to create and set up a style, in which you can manipulate any of the Border's properties, including adding Bindings to the actual business item. 
Declined
Last Updated: 06 Feb 2015 09:12 by Lisitsa
Created by: Lisitsa
Comments: 2
Category: UI for WPF
Type: Feature Request
1
Make legend item of BarSeries reflect it's visual style. For example, if I'll make a BarSeries with a border like this:
<Style TargetType="Border">
    <Setter Property="Background" Value="Transparent" />
    <Setter Property="BorderThickness" Value="1" />
    <Setter Property="BorderBrush" Value="{StaticResource chartRed}" />
</Style>

then there won't be a rectangle in a legend as expected (it will show a transparent one instead, without border).

REASON FOR DECLINATION:
The RadLegend is a standalone control which allows for customization of the legend item visuals (one can use the ItemTemplate property of the RadLegend to control the legend item's appearance or can retemplate the LegendItemControl). There is no direct link between the ChartView and the RadLegend control and the appearance of the legend elements can be done by framework means such as Style, DataTemplate and ControlTemplate. The suggested way of manipulating the look of the chart legend item is making use of the ItemTemplate property of the RadLegend and the MarkerGeometry property of the series legend settings. 
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
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/190036 
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
5
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190035 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
Generally, allow more straightforward setters of style related properties without going through 2-4 levels of temporary objects.  For example, when dealing with tables, there is no obvious way to set line spacing or paragraph spacing globally for the table.  Should have TableCell.Blocks.AddText("New Text") instead of AddParagraph, which provides spacing you don't want or need.

Also, when you want to set the FontSize, FontWeight, and FontFamily all at once, there is no easy way to do that.  Also no global way to do that for a section, page, table, etc.

The above would make it a LOT easier to create documents programmatically.  I would like to see more parameterized constructors for common style attributes by type.  You will discover the challenges by creating a richer document from scratch with several tables, styles, left and right justified content on the same line, etc.  Same for easily setting header and footer content.

Thanks!  Great work so far, I love it!
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: UI for WPF
Type: Feature Request
2
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190034 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
Content in cells should be centered vertically and cells should have cell spacing and margins to make them look similarly to browsers.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190033 
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/190032 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 28 Mar 2018 15:01 by ADMIN
Created by: Paul
Comments: 26
Category: UI for WPF
Type: Feature Request
36
Would it be possible to add a new theme that accurately tracks the Google Material Design guidelines?  (http://www.google.com/design/spec/material-design/introduction.html).

Available in the 2017 R2 Release.
More information you can find here: http://docs.telerik.com/devtools/wpf/styling-and-appearance/themes-suite/common-styling-appearance-material-theme
Declined
Last Updated: 21 Jan 2015 14:43 by ADMIN
Created by: Paul
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Add a new media encoding control that can create video files frame by frame (from images) together with an audio track. Maybe support avi, mp4, wmv...
Completed
Last Updated: 26 Feb 2018 12:19 by ADMIN
Created by: Tim
Comments: 13
Category: UI for WPF
Type: Feature Request
25
It would be awesome if Telerik created custom OpenFileDialog, SaveFileDialog and BrowseFolderDialog controls/windows/dialogs that would mimic the functionality found in: Microsoft.Win32.

- Differentiate from competition - Create controls that other WPF controls packages don't have
- Allow users to have common styling/views across their application
- Make it so our software doesn't have to reference Microsoft.Win32, we can continue to have a native Telerik solution
- Could make it more intuitive to program with than the Microsoft dialog (with filters, startup folder etc)

Reference post:
http://www.telerik.com/forums/why-is-there-no-openfiledialog-in-telerik

Available in R3 2017 Official Release of UI for WPF.
Check what's new in R3 2017 here: 
http://www.telerik.com/support/whats-new/wpf/release-history/ui-for-wpf-r3-2017
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/190031 
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: Anna
Comments: 0
Category: UI for WPF
Type: Feature Request
1

			
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When image is added with size Size.Empty, it is exported to HTML with the following invalid syntax:
width="-Infinity" height="-Infinity"

Exporting to Docx throws exception. 

Consider exposing an API for suppressing the export of 'width' and 'height' attributes to HTML, for example in the ImageExportingEventArgs.

The fix is available in our latest LIB release (v. 2015.1.0316)
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
 Hyperlinks should support this property in order to describe where they should be opened (in the same frame/tab or in a new one). It will be useful for setting the target as _blank.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190030 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 11 Dec 2014 15:13 by ADMIN
Created by: dxk240
Comments: 2
Category: UI for WPF
Type: Feature Request
1
A button that once clicked shows a circular menu with additional choices the user can select.
Declined
Last Updated: 22 Feb 2017 12:33 by randall
ADMIN
Created by: Mihail
Comments: 1
Category: UI for WPF
Type: Feature Request
1
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190029 
Please use the new item for commenting, voting and subscribing instead of this one.