Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Petya
Comments: 2
Category: UI for WPF
Type: Bug Report
1

			
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Petya
Comments: 1
Category: UI for WPF
Type: Bug Report
1

			
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Petya
Comments: 2
Category: UI for WPF
Type: Feature Request
1
The feature is going to be included in the next official release Q3 2014.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: UI for WPF
Type: Feature Request
1
The feature is going to be included in the next official release Q1 2015.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Petya
Comments: 1
Category: UI for WPF
Type: Feature Request
1

			
Declined
Last Updated: 30 Jun 2014 14:01 by Renier Pretorius
Created by: Renier Pretorius
Comments: 0
Category: UI for WPF
Type: Feature Request
0
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.
Completed
Last Updated: 04 Feb 2016 14:43 by ADMIN
ADMIN
Created by: Evgenia
Comments: 0
Category: UI for WPF
Type: Bug Report
2

			
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Kammen
Comments: 0
Category: UI for WPF
Type: Feature Request
10
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.
Won't Fix
Last Updated: 15 Jan 2016 11:54 by ADMIN
ADMIN
Created by: George
Comments: 1
Category: UI for WPF
Type: Bug Report
1
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Created by: Mi
Comments: 1
Category: UI for WPF
Type: Feature Request
2

			
Declined
Last Updated: 22 Feb 2017 12:33 by Mi
Created by: Mi
Comments: 0
Category: UI for WPF
Type: Feature Request
3
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.
Declined
Last Updated: 22 Feb 2017 12:33 by Mi
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.
Completed
Last Updated: 15 Sep 2018 08:09 by Mi
Created by: Mi
Comments: 4
Category: UI for WPF
Type: Feature Request
5
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.
Completed
Last Updated: 22 Feb 2017 12:37 by Vikas
ADMIN
Created by: Petya
Comments: 6
Category: UI for WPF
Type: Feature Request
24
Provide a way to convert flow formats (docx, HTML, RTF) to PDF.
Completed
Last Updated: 23 Jun 2014 08:09 by Régis
Created by: Régis
Comments: 0
Category: UI for WPF
Type: Bug Report
0
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 30 Jun 2014 10:33 by Vladimir
Created by: Vladimir
Comments: 2
Category: UI for WPF
Type: Bug Report
2
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)
Declined
Last Updated: 25 Jun 2014 14:34 by Gary Dale
Provide an option for the RadComboBox to have as its popup a multi-column GridView together with a further option to search within that popup GridView.