Completed
Last Updated: 05 Feb 2020 09:36 by ADMIN
Release LIB 2020.1.210 (2/10/2020)
Created by: Martin Ivanov
Comments: 2
Category: UI for WPF
Type: Bug Report
2

Most commonly the exception message is "Input file or data stream does not conform to the expected file format specification".

This appears because of the glyphs font used in the different controls.

To work this around you can use two approaches:

  • Update to Windows 7 SP2.

  • The second option is to download the UI for WPF source code, find the TelerikWebUI.ttf file and convert it to .otf using a third party tool (like FontForge for example). Then use a reflection to replace the font file, before the application startup. For example:
    RadGlyph.GetRegisteredFonts();
    var dictionary = typeof(RadGlyph).GetField("registeredTypefaces", BindingFlags.NonPublic | BindingFlags.Static)?.GetValue(null) as Dictionary<string, Typeface>;
    dictionary?.Clear();
       
    RadGlyph.RegisterFont(new FontFamily(new Uri("pack://application:,,,/WpfApp3;component/TelerikFont/", UriKind.RelativeOrAbsolute), "./#TelerikWebUI"), "TelerikWebUI");
    In the code snippet, "WpfApp3" is the assembly name of your project, and "TelerikFont" is a folder in your project, containing the converted font file. You can call this code in the OnStartup override of App.xaml.cs. Or before the InitializeComponent() call in the main window's constructor.
Declined
Last Updated: 09 Jul 2019 13:06 by ADMIN

See attached picture together with these steps.

  1. select a item in the list
  2. import multiple other items in one go -> the last imported item is marked as selected (this is OK), the previously selected item is no longer marked as selected (this is OK).
  3. SHIFT select the first item of the ones imported in step 2 -> the items between the last imported item and the first imported item are selected, but the item that was selected in step 1 is now also selected...

 

Thanks in advance!

Bart

 

Declined
Last Updated: 09 Jul 2019 06:32 by ADMIN
when open the RadRibbonBackstage by click the ApplicationButton ,if click some one area which is not  the above ApplicationButton,
then the RadRibbonBackstage  is closed,the ApplicationButton's fluent mouseover effect don't disappear
check the Additional file .
Completed
Last Updated: 24 Sep 2019 06:43 by ADMIN
TabIndex property is not respected when the IsEditable property of the RadComboBox is set to true.
Declined
Last Updated: 30 Sep 2019 12:00 by ADMIN
KeyTips are not displayed when trying to navigate between tabs very fast while the KeyTips of the Quick Access Toolbar being rendered.
Completed
Last Updated: 22 Mar 2019 12:59 by ADMIN
Release 2019.1.325 (03/25/2019)
Select file/fodler. Press F2 and rename it. Click Enter. File stays selected but pressing F2 does not enter edit mode again.
Completed
Last Updated: 17 Apr 2019 10:43 by ADMIN

Steps to reproduce

  1. Click somewhere in the document to move the cursor
    • The cursor starts blinking in the exact location is was moved to after you clicked
  2. Move the cursor with the arrow keys on the keyboard
    • The first time the cursor blinks it moves slightly to the right of the position it was moved to by the arrow key

Unfortunately due to the other cursor jumping bug our users are extremely sensitive to anything that makes it appear like the cursor is not in the position they moved it to.

I attached a gif of this happening with the zoom set to 500% so it is easiest to see but it appears to be a problem at any zoom level 100% or higher.

Unplanned
Last Updated: 15 Oct 2019 10:25 by ADMIN
When a document is imported (for example from XAML) and then exported to DOCX or RTF, the fields lose their formatting. The issue is not observed if the document is just created.
Workaround: Change the fields display mode of all fields in headers/footers just before the export:
private void UpdateHeadersFooters(RadDocument document)
{
    foreach (Section section in document.Sections)
    {
        if (section.Headers.Default.Body != null)
        {
            this.UpdateFields(section.Headers.Default.Body);
        }
 
        if (section.Headers.First.Body != null)
        {
            this.UpdateFields(section.Headers.First.Body);
        }
 
        if (section.Headers.Even.Body != null)
        {
            this.UpdateFields(section.Headers.Even.Body);
        }
 
        if (section.Footers.Default.Body != null)
        {
            this.UpdateFields(section.Footers.Default.Body);
        }
 
        if (section.Footers.First.Body != null)
        {
            this.UpdateFields(section.Footers.First.Body);
        }
 
        if (section.Footers.Even.Body != null)
        {
            this.UpdateFields(section.Footers.Even.Body);
        }
    }
}
 
private void UpdateFields(RadDocument radDocument)
{
    RadDocumentEditor editor = new RadDocumentEditor(radDocument);
    editor.ChangeAllFieldsDisplayMode(FieldDisplayMode.Code);
}
Completed
Last Updated: 11 Mar 2019 06:46 by ADMIN
Two tabs are required to navigate between property fields in the following themes:
- Office2013
- VisualStudio2013
- Green
- Office2016(Touch)
- Material
- Fluent
- Crystal
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.
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.
Completed
Last Updated: 12 Feb 2019 12:17 by ADMIN
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.
Completed
Last Updated: 03 Jun 2019 06:26 by ADMIN
Release LIB 2019.2.603 (06/03/2019)
 Scrolling to a not visible column, a ToolTip appears on this column which does not have a ToolTipTemplate set.
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. 
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: 15 Sep 2021 13:08 by ADMIN
Non-breaking spaces are converted to plain spaces when importing docx documents. While non-breaking spaces are not fully supported by RadRichTextBox, this behavior is inconsistent with the behavior of all other formats, which preserve the nbsps on import and on export.
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.

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: