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)
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.
A button that once clicked shows a circular menu with additional choices the user can select.
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.
The fix is available in our latest LIB release (v. 2015.1.0316).
I'd really like a WPF (and Silverlight) version of the Windows Phone Conversation View control.
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.
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.
Add support for page numbering settings for Section: starting page number, number format. The feature will be available in our official release Q1 2015.
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.
Tab stops for paragraphs and default tab stops for document.
Provide a way to convert any UIElement visualtree to a PDF
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.
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.
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
The fix is available in our latest LIB release (v. 2015.1.0316)
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.