Unplanned
Last Updated: 08 Aug 2016 09:29 by Eric Rodewald
Declined
Last Updated: 04 Aug 2016 11:41 by ADMIN
We need to produce a pdf copy of an html(aspx) page and stream it to the client. Many of components in your asp.net library uses Javascript to create html. 
When you create the support for pdf we would like to use your library to do this job.
At the moment we are using another third party library to do this since it also supports Javascript.
Declined
Last Updated: 04 Aug 2016 10:49 by ADMIN
Created by: Douw
Comments: 1
Category: UI for WPF
Type: Feature Request
3
Hello,
Like a lot of companies we have multiple client side interfaces of a single application and have to create similar UI in multiple platforms.
For example I had to create a chart in both WPF and ASP.NET AJAX today.
The problem I have with the Telerik controls is that there are absolutely no standardization or consistency between platforms.
Why in the name of all-things-good-in-this-world are axes in WPF and ASP.NET AJAX and ASP MVC and Windows Universal Apps not all called the same thing?
It would be very simple to use interfaces to create some consistency between platforms.
Even better would be if Model Views are shared across platforms in a portable library: 
https://msdn.microsoft.com/en-us/library/hh563947(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/gg597391(v=vs.110).aspx
Regards,
Douw
PS. I could not find a feedback portal for all platforms, so have to log this multiple times.
Completed
Last Updated: 04 Aug 2016 10:43 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 10:42 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 11:58 by ADMIN
Created by: Dmitry
Comments: 3
Category: UI for WPF
Type: Feature Request
3
Allow customizing provider for sending xmla request and response from/to SSAS. Currently it's can only be done with System.Net.WebClient and msmdpump.dll (IIS)...
Completed
Last Updated: 25 Jul 2016 06:54 by ADMIN
Available in LIB version: 2016.2.725
Declined
Last Updated: 22 Jul 2016 10:39 by Dinko
My RadTreeView is bound to VirtualQueryableCollectionView. Changes on Filter and Sort Descriptors works fine but calling to VirtualQueryableCollectionView.Refresh() method throws a NullReferenceException with the following stacktrace:

   at Telerik.Windows.Controls.TreeView.WeakReferenceKey`1..ctor(T item)
   at Telerik.Windows.Controls.TreeView.ItemAttachedStorage.SetValue(Object item, DependencyProperty property, Object value)
   at Telerik.Windows.Controls.RadTreeView.ClearDependencyProperties(RadTreeViewItem treeViewItem, Object item)
   at Telerik.Windows.Controls.RadTreeView.ClearContainerForDescendant(DependencyObject element, Object item)
   at Telerik.Windows.Controls.RadTreeView.ClearContainerForItemOverride(DependencyObject element, Object item)
   at System.Windows.Controls.ItemsControl.MS.Internal.Controls.IGeneratorHost.ClearContainerForItem(DependencyObject container, Object item)
   at System.Windows.Controls.ItemContainerGenerator.UnlinkContainerFromItem(DependencyObject container, Object item, IGeneratorHost host)
   at System.Windows.Controls.ItemContainerGenerator.Remove(GeneratorPosition position, Int32 count, Boolean isRecycling)
   at System.Windows.Controls.ItemContainerGenerator.System.Windows.Controls.Primitives.IRecyclingItemContainerGenerator.Recycle(GeneratorPosition position, Int32 count)
   at Telerik.Windows.Controls.TreeView.TreeViewPanel.CleanupRange(IList children, IItemContainerGenerator generator, Int32 startIndex, Int32 count)
   at Telerik.Windows.Controls.TreeView.TreeViewPanel.CleanupContainers(Int32 firstViewport, ItemsControl itemsControl)
   at Telerik.Windows.Controls.TreeView.TreeViewPanel.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
   at System.Windows.Controls.ItemsPresenter.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
   at System.Windows.Controls.ScrollContentPresenter.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV, Boolean& hasDesiredSizeUChanged)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.ScrollViewer.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.ContextLayoutManager.UpdateLayout()
   at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
   at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
   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 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at System.Windows.Application.Run()
Declined
Last Updated: 11 Jul 2016 13:35 by ADMIN
Created by: Marcus
Comments: 1
Category: UI for WPF
Type: Bug Report
0
When the RadRibbonSplitButton fires the command everything works fine.

When the RadMenuItem inside the RadRibbonSplitButton.DropDownContent fires the same command, the "this.Cursor = Cursors.Wait;" inside the method has no effect.
The Cursor doesn't change.

See the attached sample application

Decline Reason: This behavior is expected and it comes from the WPF native Popup element which hosts the button's DropDownContent. Basically, when the split button is clicked and the Window Cursor is changed, the mouse is over the window before the application freezes and you can see that it is changed. On the other hand due its specifics the Popup is not placed directly in the Window (it is rendered into a separate visual tree) and when the Window's cursor is changed, you won't see it because the mouse is not over the Window. So, the application freezes before the mouse gets over the window. You can resolve this by setting the Popup Cursor property or the static Mouse.OverrideCursor property.
Completed
Last Updated: 24 Jun 2016 11:55 by ADMIN
When set MinLines and MaxLines to a TextBox styled with and theme different from Expression Dark, entering text in the TextBox results in an unexpected behavior of the TextBox Height.

Fix available in LIB Version 2016.2.627.
Declined
Last Updated: 26 May 2016 11:46 by Lisitsa
Created by: Lisitsa
Comments: 2
Category: UI for WPF
Type: Bug Report
1
First column of the pivotgrid has width based on the header (see attached screenshot). It's obvious that the header should span between columns.
Completed
Last Updated: 25 May 2016 14:44 by ADMIN
ADMIN
Created by: Vanya Pavlova
Comments: 0
Category: UI for WPF
Type: Bug Report
0
CheckBox enters the incorrect state on press and hold in VisualStudio2013 theme. Once it's checked, the check mark disappears on press and hold. 

Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
Completed
Last Updated: 28 Apr 2016 09:16 by Clint Singer
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for WPF
Type: Feature Request
22
Features to support:
- Text blocks with basic formatting, preferably draggable, and preferably with customizable borders/backgrounds.
- Basic drawing functionality such as pencil, brush, lines, circles, rectangles etc. Of course with color selection for lines and fill. 
- Line thickness selection. 
- Being able to move the objects around the board would be nice.
- Connecting objects with some sort of connector lines, pretty much like the map structure in SketchFlow, if you are familiar with that. 
- Some basic shapes, such as arrows and icons that can be dragged/dropped on to the board.
- Support for uploading images and dragging them onto the stage. 
- XAML export (necessary for saving a drawing)
- Printing
- Magic marker/highlight functionality
- Collaboration support. This is a big one, and I am not sure how it should be implemented. Full collaboration functionality out of the box would require a service running duplex WCF or something similar. Alternatively, perhaps Telerik could provide us customers with an API and some sample code. Then we could handle the back-end stuff ourselves.

===
Our XAML team has recently reviewed the status of this feature request. Since most of this requirements are covered by our RadDiagram Control / Framework we are changing the status to Completed.
Please follow RadDiagram documentation:
http://docs.telerik.com/devtools/wpf/controls/raddiagram/overview.html
Unplanned
Last Updated: 18 Mar 2016 08:56 by ADMIN
ADMIN
Created by: Rosi
Comments: 0
Category: UI for WPF
Type: Feature Request
4

			
Declined
Last Updated: 17 Mar 2016 11:04 by ADMIN
Created by: Ivan
Comments: 1
Category: UI for WPF
Type: Feature Request
0
The themes are great. But it's difficult to create a new one from scratch. It'd be great if there was a Theme Creator/Editor that allowed a designer to start from scratch, or create a new theme based on an existing one. The UI would allow the designer to preview the new theme in real time against live theme-supporting Telerik controls and see the results. 
Declined
Last Updated: 16 Mar 2016 14:19 by ADMIN
Created by: Afsal
Comments: 1
Category: UI for WPF
Type: Feature Request
0
i would like to change background color when click in (Day,Month,Week,Timeline).
Won't Fix
Last Updated: 15 Mar 2016 14:12 by ADMIN
Created by: Mi
Comments: 3
Category: UI for WPF
Type: Feature Request
2
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!
Completed
Last Updated: 10 Mar 2016 08:12 by Christina
Created by: Christina
Comments: 2
Category: UI for WPF
Type: Feature Request
0
Is there any way to easily see the comprehensive differences between two versions? We have an application that is still on version 2012.1.326 that we are intending to upgrade to the latest, but there is no simple way to tell what breaking changes might have been made. Our customer is asking us what features may no longer work as expected, but it would be practically impossible to go through every single set of release notes because there are so many between now and then. A simple replacement to "see what happens" isn't really feasible either because the application is so large and some of it was written by a third party.
---------------------------------------
We’ve introduced the Telerik API Analyzer tool that helps determine the problematic areas when upgrading a WPF, WinForms or ASP.NET Web-Forms application to a newer version of our controls. You can read more about the tool in this blog post: http://www.telerik.com/blogs/api-analyzer-helps-upgrading-telerik-projects.
Completed
Last Updated: 15 Feb 2016 11:11 by Wolfgang Buckel
Completed
Last Updated: 04 Feb 2016 14:43 by ADMIN
ADMIN
Created by: Evgenia
Comments: 0
Category: UI for WPF
Type: Bug Report
2