ContentStringFormat is not respected for ToolTip in VisualStudio2013 theme Resolved with lib version 2014.2.908.
Now that Apple released a beta for Cloudkit for Windows to access iCloud Drive, support from your CloudUpload component would be great. Also OneDrive and Dropbox support are welcomed.
Available in Q3 2014.
The email was rejected somehow, so I post the reply here. And you website can NOT upload any file! Alex, I have still evaluated the UI for WPF. I found the component is not so compatible with Chinese which it is addressed as following snapshot: 1) Define some Chinese menu in XAML(Use one of demo example you provided) 2) compile error: Invalid character specified, line 31, position 54, .'' XML invalid. 3) If the menu is changed to ASCII, it compile successful. I hope the problem will be solved A.S.A.P before I make a decision. Regards, -- 邹生华 Steven Zou 在 2014-09-20 10:09:39,"Alex Zinn" <Alex.Zinn@telerik.com> 写道: Hi Sun, To follow up on my previous email, I was curious how your evaluation is going? I also wanted to check in to see which resources (support tickets, forums, blogs, Telerik TV) you found the most useful during your evaluation, and if you encountered anything that would prevent you from recommending Telerik? Your feedback is greatly appreciated. Alex Zinn Product Specialist, ALM Tools Telerik Inc. p: (888) 365-2779 x3223 e: Alex.Zinn@telerik.com Are you enjoying Telerik products? Why not join our fan page on Facebook and follow us on Twitter. From: Alex Zinn To: greedwind@163.com Subject: Telerik Trial Follow Up Hi Sun, I noticed you recently downloaded a 30 day trial of UI for WPF. Please do not hesitate to contact me with any questions that come up during your evaluation period. I would be happy to help you. I will be in touch next week to see how your evaluation is going. Alex Zinn Product Specialist, ALM Tools Telerik Inc. p: (888) 365-2779 x3223 e: Alex.Zinn@telerik.com Are you enjoying Telerik products? Why not join our fan page on Facebook and follow us on Twitter. #AWFT 10156797
Try to evaluate the financial dashboard based on RadDiagram WPF solution , but cannot build because the tag Metrotheme doesn't exist in XML namespace. Running evaluation product 2014
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190025 Please use the new item for commenting, voting and subscribing instead of this one.
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.
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.
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: http://feedback.telerik.com/Project/184/Feedback/Details/190026 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.
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.
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)
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.
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.
New control for toast notifications like in Windows 8 but inside the program.
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).