Unplanned
Last Updated: 08 Mar 2019 11:39 by ADMIN
Created by: BlueStack
Comments: 0
Category: UI for WPF
Type: Feature Request
4
Please, provide official Russian Localization for, at least, WPF products. This is the only question, why customers chose other providers than Telerik. For example, I like Telerik WPF controls more, but me head at work bought other WPF-vendor because they provided official Russian Localization. Thanks.
Declined
Last Updated: 06 Mar 2019 12:51 by ADMIN
ADMIN
Created by: Kammen
Comments: 3
Category: UI for WPF
Type: Feature Request
4
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190013 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 01 Mar 2019 09:10 by ADMIN
Created by: Pierre-Yann
Comments: 1
Category: UI for WPF
Type: Bug Report
1
When importing documents with destinations defined with zero-based page index, an invalid page is displayed when the destination is activated.

Completed
Last Updated: 14 Feb 2019 13:56 by ADMIN
During the XAML export, by default images are serialized to XAML using the Convert.ToBase64String(byte[]) method. 
When the image is big, this causes allocation of a lot of memory (e.g. for 30MB image, the allocated memory for the string is ~300 MB), and when the base memory consumption of the process is high, this can cause OutOfMemoryException. 
Instead, the conversion to base64 format could be done using Convert.ToBase64String(Byte[], Int32, Int32) on smaller chunks, which are immediately written to the text stream and left to be garbage collected.
Completed
Last Updated: 13 Feb 2019 12:18 by ADMIN
For example, when DateTimePicker.FlowDirection=RightToLeft, the CalendarIcon is inverted [Windwos8, Greeen, Office2013 etc. themes].
Completed
Last Updated: 12 Feb 2019 12:17 by ADMIN
Completed
Last Updated: 12 Feb 2019 08:03 by ADMIN
When there are parentheses inside the arguments of a function call the expression parser cannot parse the expression e.g. Abs(1 - (2 * 3))
Completed
Last Updated: 11 Feb 2019 13:07 by ADMIN
Setting StyleManager.Theme attached property is not respected by RadDiagramToolBox.
Declined
Last Updated: 30 Jan 2019 11:22 by ADMIN
Created by: Dan
Comments: 2
Category: UI for WPF
Type: Bug Report
2
We have a WCF service that continuously polls a database for new/updated items and sends them to WPF clients.  The client will process the update, decide what to do and then add/update an item that is displayed in a RadGridView.  We use an IEditableCollectionView on top of an ICollectionView.  Exception detail is below.

App just crashed while sitting idle on Zarate,

No mention of MSCORLIB so I think its a different error.

Application: ReView.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentOutOfRangeException
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource)
   at Telerik.Windows.Data.KeyedCollection.IndexOf(System.Object)
   at Telerik.Windows.Controls.DataControl.ItemCoerce(System.Windows.DependencyObject, System.Object)
   at System.Windows.DependencyObject.ProcessCoerceValue(System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EntryIndex ByRef, Int32 ByRef, System.Windows.EffectiveValueEntry ByRef, System.Windows.EffectiveValueEntry ByRef, System.Object ByRef, System.Object, System.Object, System.Windows.CoerceValueCallback, Boolean, Boolean, Boolean)
   at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)
   at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)
   at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
   at Telerik.Windows.Controls.DataControl.Telerik.Windows.Data.Selection.ISelectorInternal.set_CurrentItem(System.Object)
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.SynchronizePublicCurrentItem()
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.HandleCurrentItemChanged()
   at Telerik.Windows.Controls.GridView.Selection.CompositeSelectionHandler+<>c__DisplayClass6.<OnOwnerItemsCurrentChangedDispatch>b__4()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at ReView.App.Main()


Event Type:	Error
Event Source:	.NET Runtime
Event Category:	None
Event ID:	1026
Date:		10/12/2018
Time:		10:10:15 AM
User:		N/A
Computer:	NRAD-NE-RAPAC.ratc.com
Description:
Application: ReView.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentOutOfRangeException
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource)
   at System.Collections.Generic.List`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(Int32)
   at Telerik.Windows.Data.ListExtensions.BinarySearch[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Collections.Generic.IList`1<System.__Canon>, System.__Canon, System.Func`3<System.__Canon,System.__Canon,Int32>)
   at Telerik.Windows.Data.KeyedCollection.IndexOf(System.Object)
   at Telerik.Windows.Controls.DataControl.ItemCoerce(System.Windows.DependencyObject, System.Object)
   at System.Windows.DependencyObject.ProcessCoerceValue(System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EntryIndex ByRef, Int32 ByRef, System.Windows.EffectiveValueEntry ByRef, System.Windows.EffectiveValueEntry ByRef, System.Object ByRef, System.Object, System.Object, System.Windows.CoerceValueCallback, Boolean, Boolean, Boolean)
   at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)
   at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)
   at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
   at Telerik.Windows.Controls.DataControl.Telerik.Windows.Data.Selection.ISelectorInternal.set_CurrentItem(System.Object)
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.SynchronizePublicCurrentItem()
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.HandleCurrentItemChanged()
   at Telerik.Windows.Controls.GridView.Selection.CompositeSelectionHandler+<>c__DisplayClass6.<OnOwnerItemsCurrentChangedDispatch>b__4()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at ReView.App.Main()

 

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Data:

Declined
Last Updated: 29 Jan 2019 09:24 by ADMIN
Created by: David
Comments: 5
Category: UI for WPF
Type: Bug Report
0
I'm using the fluent theme in my app. When I load ColorVariation.Dark, everything is dark except a sub-window. This is a window created by my main window. Its main control is TabControl with most of the tabs items being ListBoxes using data templates. The Listboxes display dark but the window itself is light along with the first tab item which is just a grid with TextBoxes. I don't specify background color on any of these controls so I assumed they would come from the theme. Do I have to do something to pass the info th a sub-window?
Completed
Last Updated: 25 Jan 2019 13:30 by ADMIN
When we load an XML file to the diagram using DiagramRibbon the ribbon does not clear the diagram items

Scheduled for:
The fix for this issue will be available with LIB (version 2019.1.128) scheduled for publishing on Monday, 28th January 2019.
Declined
Last Updated: 23 Jan 2019 15:59 by ADMIN
Created by: David
Comments: 2
Category: UI for WPF
Type: Feature Request
1

I would like the fluent theme to support spacing option like it does fonts. The Mail app added a new setting "Folder and message spacing" in which you can pick spacious , medium, or compact. I would like the fluent theme to support something similar.  The fluent theme was defined for "finger" access but we still have desktop apps that want dense information with mouse access.  I would normally just pick a different theme but because of Windows 10, I can't. Windows 10 no longer supports specifying a default font and WPF no longer defaults to the OS font. This means that all my Windows apps must support picking a font. So I'm stuck with the fluent theme. But I don't always want the "spacious" spacing that the theme uses.

Would it be possible to support picking "spacious", "medium" or "compact" spacing?

Unplanned
Last Updated: 21 Jan 2019 14:24 by ADMIN
Created by: Usman
Comments: 1
Category: UI for WPF
Type: Bug Report
0
I have downloaded the SDKSampleBrowser application from link but when I open application I am getting error attached in log file.
Unplanned
Last Updated: 18 Jan 2019 14:34 by ADMIN
This is similar to AutoCompleteBox. However, you can write text freely and the suggestions popup should appear only when you enter a special character like '@' for example. This behavior is observed in the facebook, slack and ms teams chats. You can mention someone in the chat.
Completed
Last Updated: 17 Jan 2019 11:30 by ADMIN
Created by: David
Comments: 0
Category: UI for WPF
Type: Feature Request
6
With the release of the Fluent theme, it would be nice to have a Hamburger Menu control similar to the NavigationView for UWP (https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/navigationview).

NavigationView is available with our latest official version - R1 2019.
Completed
Last Updated: 16 Jan 2019 08:20 by ADMIN
Created by: Mi
Comments: 2
Category: UI for WPF
Type: Feature Request
8
.Net Core 3.0 (https://github.com/dotnet/core/blob/master/roadmap.md) is now activly developed. It will support WPF on Windows. How are your plans to support it?

Any roadmap?
Completed
Last Updated: 04 Jan 2019 13:42 by ADMIN
An exception is thrown when the ItemsSource of the ItemsSourceProvider is bound to a DataTable and an item is select in the drop-down.

The fix for this issue will be available with our next official version – R1 2019 expected in the middle of January. 
Completed
Last Updated: 03 Jan 2019 11:24 by ADMIN
Introduce a property to close the dropdown upon selection (when in Single mode).


*** CloseDropDownAfterSelectionInput property will be available with Q1 2019 expected in the middle of January. When set to True, the dropdown will be closed only with SelectionMode Single. 
Completed
Last Updated: 18 Dec 2018 14:05 by ADMIN
The current workaround is to handle the Loaded event like so:

        private void RadMultiColumnComboBox_Loaded(object sender, RoutedEventArgs e)
        {
            this.combo.DropDownWidth = this.combo.DropDownMinWidth;
        }


The fix for this issue will be available with the next LIB (version 2018.3.1224) expected on Monday, December 24.
Completed
Last Updated: 12 Dec 2018 11:04 by ADMIN
UI can still accept more inputs  even if item has been selected in SelectionMode="Single"
Please check the screenshot.


SelectionBoxesVisibility property will be introduced with Q1 2019 expected in the middle of January. When set to Hidden/Collapsed, SearchAutoCompleteBox contains the selected item as text only.