Completed
Last Updated: 22 Feb 2017 12:37 by Stefan
ADMIN
Created by: Boby
Comments: 1
Category: UI for WPF
Type: Feature Request
1
This will allow watermarks to be set on the document pages.

The feature will be available in our official release 2015 Q2 .
Declined
Last Updated: 04 Nov 2014 08:57 by ADMIN
Created by: Mi
Comments: 1
Category: UI for WPF
Type: Feature Request
1
I know it sounds a little bit wired, but think of it:

Often we have to debug our programs at client side. What if we just could open a Powershell console inside our WPF app and inspect variables or start some maintenance scripts? 

As a starting point for the integration look the sample of Doug Finke's book "Windows Powershell for Developers" where he shows in chapter 5 how to do it. The sample is available on github: https://github.com/dfinke/powershell-for-developers/tree/master/chapter05

It would be perfect, if you provide a powershell editor console control with commandline history and so on. So one has just to throw in the WPF-control, provide the root application object and then we go.

I think this would be a unique control in your set of components and useful for nearly every developer!
Completed
Last Updated: 15 Jan 2016 12:15 by ADMIN
Created by: Michel
Comments: 1
Category: UI for WPF
Type: Bug Report
1
There're errors in the dutch translations-dll, the two I corrected locally by a custom LocalizationManager are:

Item GridViewGroupPanelText should be:
Versleep de kolomkoptekst en plaats deze hier om op deze kolom te groeperen

Item MoveFirst should be:
Verplaats Eerste

but there are probably more that need correction.
Declined
Last Updated: 18 Nov 2014 15:21 by ADMIN
Created by: Robert
Comments: 1
Category: UI for WPF
Type: Feature Request
1
In the light of Microsoft announcing that they are open-sourcing the .NET framework[1], I think it will be really beneficial if you put your controls on GitHub, so the community can participate in the development. 
For example interested parties could implement solutions for more advanced scenarios themselves (I know you guys have to prioritize your work), instead of using ugly workarounds in their code. There are many cases where support for these scenarios is more appropriate inside the controls. Presently, any effort I would make with the provided source code for current release would be wasted when the next release arrives. Also, open discussion on how would be best to incorporate new features in the overall architecture would benefit everyone.

Another way of looking at this is when .NET becomes well supported on other platforms (Linux, OS X, ...) it would be hard to port your controls without the help of a larger team. The Linux community in general is especially proactive w.r.t. open source projects.

I hope you can agree that open development (discussions, code reviews, contributions, etc.) will give you a strong competitive advantage.

[1] http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Boby
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Tab stops for paragraphs and default tab stops for document.
Declined
Last Updated: 01 Dec 2014 13:47 by ADMIN
Created by: Paul
Comments: 1
Category: UI for WPF
Type: Feature Request
1
I'd really like a WPF (and Silverlight) version of the Windows Phone Conversation View control.
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.
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: UI for WPF
Type: Feature Request
1

			
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...
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.
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: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: 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: 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. 
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).
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The value will be skipped when importing the document (<table width=200>). If the size is defined (px or %) as follows <table width=200px> or <table width=200%> then the width value will be respected.

The fix is available in our latest LIB release (v. 2015.1.0316).
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When document contains field element without the optional separator character, the import fails.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The fix is available in our latest LIB release (v. 2015.1.0316)