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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The fix is available in our latest LIB release (v. 2015.1.0316).
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Deyan
Comments: 1
Category: UI for WPF
Type: Feature Request
2

			
Declined
Last Updated: 02 Oct 2019 07:27 by ADMIN
ADMIN
Created by: Deyan
Comments: 3
Category: UI for WPF
Type: Feature Request
4
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190028 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
Incorrect handling of \defchp group.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190027 
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: Boby
Comments: 0
Category: UI for WPF
Type: Feature Request
3
Add support for page numbering settings for Section: starting page number, number format. 

The feature will be available in our official release Q1 2015.  
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Boby
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/190026 
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: Boby
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Tab stops for paragraphs and default tab stops for document.
Completed
Last Updated: 20 Aug 2018 15:42 by Patrick
Created by: David
Comments: 8
Category: UI for WPF
Type: Feature Request
3
Provide a way to convert any UIElement visualtree to a PDF
Declined
Last Updated: 20 Nov 2014 11:01 by ADMIN
Steps to reproduce:

1. Set focus to the Body Text Area and insert some text (using typing or copy/paste).
2. Try to select a part of text for editing/removing:
---> [BUG]: The system shows error message and after that is frozen.
And for further work it's necessary to restart the system.
Please look at attached files.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
This item is migrated to the Telerik Document Processing portal: 

https://feedback.telerik.com/Project/184/Feedback/Details/190136

Please use the new item for commenting, voting and subscribing instead of this one.
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: Aylin
Comments: 0
Category: UI for WPF
Type: Bug Report
2
The fix is available in our latest LIB release (v. 2015.1.0316)
Declined
Last Updated: 18 Nov 2014 15:56 by ADMIN
We use successor of System.Windows.Controls.Button in the tile. 
The button's Command property is bound with ICommand implementation instance. It works ok on mouse click but doesn't work on touch. On touch it only gets focus but command doesn't executed.

We have not tried with onClick handler because we use MVVM.

Sample project to reproduce the problem is attached.