The feature is going to be included in the next official release Q3 2014.
The feature is going to be included in the next official release Q1 2015.
The property grid (and normal grids for that matter) generate label entry pairs for each property of an object, probably using reflection to iterate over them. We have a need to manage object properties as a collection of property objects (allowing additional properties to be added at run time - dynamic objects). It would be great if the auto generate source could be set to the properties collection.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190008 Please use the new item for commenting, voting and subscribing instead of this one.
This happens only when using XBAP Full Trust Application. Initially when floating a pane with mouse, the ToolWindow is misplaced. If the user release the dragged window and click the header again, works fine.
As one can use annotations you should support attachments per page or per pdf-file. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190006 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/190004 Please use the new item for commenting, voting and subscribing instead of this one.
When possible implement PDF/A-3, this is the new standard in enterprises for the upcoming years. Closure reason: The following versions of PDF/A Standard are implemented: PDF/A-1 (2005), PDF/A-2 (2011), PDF/A-3 (2013). The feature is live with our latest Q1 2015 release.
Provide a way to convert flow formats (docx, HTML, RTF) to PDF.
I found a memory leak when using RadComboBox inside TabItems that are dynamically added or removed from a TabControl: even if the tab is removed, the TabItem instance stays in memory due to an instance of RadComboBox that is not collected. If the tab has a DataContext, that may be huge memory parts that cannot be collected!... Please find enclosed an example of WPF application that helps to reproduce the problem.