I think this could help sometimes to get up to speed, if you could provide XAML code snippets for your controls! http://timheuer.com/blog/archive/2013/07/08/xaml-code-snippets-for-visual-studio.aspx
Based on your new radZIPLibrary it would be great if you could implement a universal, mvvm compatible backup library. It should provide support for multiple spanning medias, catalogs, discarding old backups after some time, encryption and backup of file ACL and registry data. This would be a perfect addon for your Diagram, Spredsheet and RichText libraries!
Sometimes when Tab is pressed I get this exception: An unhandled exception occured in the application Message: Object reference not set to an instance of an object. Exception type: System.NullReferenceException Details: at Telerik.Windows.Controls.Input.FocusScope.FocusInternal() in c:\TB\117\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\Input\FocusScope.cs:line 146 at Telerik.Windows.Controls.Input.FocusScope.FocusNextElement() in c:\TB\117\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\Input\FocusScope.cs:line 54 at Telerik.Windows.Controls.Input.FocusScope.RemoveFocusableElement(Control element) in c:\TB\117\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\Input\FocusScope.cs:line 105 at Telerik.Windows.Controls.Input.FocusScope.FocusableElement_Unloaded(Object sender, RoutedEventArgs e) in c:\TB\117\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\Input\FocusScope.cs:line 314 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at MS.Internal.FrameworkObject.OnUnloaded(RoutedEventArgs args) at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent) at System.Windows.BroadcastEventHelper.BroadcastUnloadedEvent(Object root) at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget) at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Since you gave us CloudUpload, how about a "CloudDownload" so I can get the stuff I uploaded... Also native support for OneDrive and Dropbox would be nice. Thanks!
Provide complete Outlook 2013 Navigation Bar with item managemet (Sort, Hide Item, PersistenceManager, ....)
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190019 Please use the new item for commenting, voting and subscribing instead of this one.
With the latest internal build, using RadPdfProcessing we can import and extract all geometrical path definitions from a pdf document in a very robust fashion, well done! However, it seems like we cannot extract any layer definitions(name, visibility) and the association definition between a layer and its referencing geometry paths. Definitely a critical piece that needs to be included in RadPdfProcessing because the extraction of layer definitions is as important as the extraction of geometry definitions and usually one would expect them to come hand-in-hand when extracting content out from a pdf document. Nonetheless, well done with the current iteration of the RadPdfProcessing, its almost there! This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190020 Please use the new item for commenting, voting and subscribing instead of this one.
The feature will be available in our official release 2015 Q2 .
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190021 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/190023 Please use the new item for commenting, voting and subscribing instead of this one.
The keyboard is shown differently in each platform and permission sets, thus will not be implemented out of the box.
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/190034 Please use the new item for commenting, voting and subscribing instead of this one.
One requires to create QueryableCollectionView on the UI thread. Now there's going to be a .Count() call on the IQueryable passed into the constructor, which will block the UI thread until it returns. There might be various reasons why there is delay (unable to connect to DB,slow query, using a REST queryable provider, etc). It would be nice if we could pass in the count ourselves.
The standard fonts listed at http://docs.telerik.com/devtools/wpf/controls/radpdfprocessing/concepts/fonts#standard-fonts cannot be embedded in a document. Using one of them prevents the document from complying with PDF/A standard. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190042 Please use the new item for commenting, voting and subscribing instead of this one.
The feature will be available in our official release 2015 Q2.
Hi! I really enjoy the features of your products. However, the update mechanism is a complete pain in the ... behind. There are so many updates. Every time we have to run the update wizard, every time this breaks something, especially when working in teams. Updating via the Telerik Control Panel is tedious and time consuming. Please make this process better. The simplest thing would be to just use NuGet with a VS plugin that validates if a license is present. I spend hours and hours debugging stuff like this, and I am doing so right now again. The upgrade wizard broke some dependencies and now I have to check EVERY VIEW IN MY APPLICATION to check if there will be runtime errors with AssemblyNotFound "Telerik.Whatever". Please, please, I can't take it anymore!