Completed
Last Updated: 07 Jun 2018 06:42 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: UI for WPF
Type: Bug Report
0
When both horizontal and vertical ScrollBars are visible in Fluent theme, the "BottomHandle" RepeatButton cannot be pressed as it is overlapped by the horizontal ScrollBar on MouseOver. 

Default behavior will be changed and the scrollbars will be reordered in the ScrollViewer ControlTemplate so on MouseOver the current ScrollBar will have higher Canvas.ZIndex. 
Completed
Last Updated: 13 Jun 2018 12:17 by ADMIN
Completed
Last Updated: 14 Sep 2018 19:51 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Bug Report
0
The copyright notice is shown on top of the content. It cannot be moved and there is no way for the customer to see the content beneath the notice.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 14 Sep 2018 19:51 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: UI for WPF
Type: Bug Report
0

			
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: 28 May 2014 13:49 by Alex
When the custom map tiles provider returns the tiles up to the certain zoom level and the user zooms the map to the level above the supported level then the map should use available tiles from previous zoom level, but it show gray patches instead. It occurs when the custom map tiles provider returns null for unavailable tiles.
Completed
Last Updated: 26 May 2014 06:10 by Alex
When user opens the mini map and changes the zoom level of the map then the MapShapeData objects in VisualizationLayer jump and aren't positioned to correct location. This effect is kept even when the user closes mini map.
Completed
Last Updated: 01 May 2014 14:44 by Alex
This exception could be thrown once in a while when the layer is unloaded.
Completed
Last Updated: 22 Feb 2017 12:37 by Alex
In some cases the ZipArchive requires to use the Flush method for its stream. When the stream like the MS.Internal.InternalMemoryStream does not support it then it causes the NotSupportedException.
Completed
Last Updated: 16 Jul 2014 15:18 by ADMIN
Telerik separator style overrides default appearance of separators that are not children of StatusBar 
Completed
Last Updated: 03 Feb 2023 06:48 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)

ArgumentNullException is thrown in the GetNameCore method of the RadGlyphAutomationPeer class. This happens when the Glyph property of RadGlyph is not set and the automation peer for the corresponding element kicks-in.

To work this around, disable the automation peers.

AutomationManager.AutomationMode = AutomationMode.Disabled;

Completed
Last Updated: 24 Oct 2018 10:33 by ADMIN
Telerik.Windows.Controls.SpreadsheetUI.for.Wpf NuGet package is not uploaded on the Telerik NuGet server.

Fix available in LIB Version 2018.3.1029.
Completed
Last Updated: 29 Jul 2021 08:40 by ADMIN
Release R3 2021

To reproduce:

  1. Open the Telerik Theme Color Generator application
  2. Click the "Disable Controls" checkbox
    • => Observe the controls become disabled
  3. Switch to Simplified Ribbon
  4. Click the "Disable Controls" checkbox
    • => Observe the controls are not disabled.

 

Screenshot:

Completed
Last Updated: 20 Jun 2023 06:02 by ADMIN
Release LIB 2023.2.703 (3 Jul 2023)
Created by: wu
Comments: 1
Category: UI for WPF
Type: Bug Report
0

If the total Items count exceed the MaxVisiblePips value,scroll by mousewheel,when scroll to the start or end item,the next scroll item should be the end or start,

the scrollview can not scroll to the selected item. Please see Annexes 1 and 2

When  the MaxVisiblePips value is four,click the right item ,The scroll view cannot be rolled to the center, Please see Annexes 3

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: 12 Feb 2019 12:17 by ADMIN
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: 09 Aug 2022 13:16 by ADMIN
Release LIB 2022.2.627 (27 Jun 2022)

Latest version of wpf ui on NET6 I receive this error with Office2019 theme, also tested with Office2016 theme and there is no error.

System.Windows.Markup.XamlParseException: "Die Angabe eines Werts für "System.Windows.Markup.StaticResourceHolder" führte zu einer Ausnahme."
Exception: Die Ressource mit dem Namen "RepeatButtonStyle" kann nicht gefunden werden. Bei Ressourcennamen wird die Groß- und Kleinschreibung berücksichtigt.

Diese Ausnahme wurde ursprünglich von dieser Aufrufliste ausgelöst:
    System.Windows.StaticResourceExtension.ProvideValueInternal(System.IServiceProvider, bool)
    System.Windows.StaticResourceExtension.ProvideValue(System.IServiceProvider)
    MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(System.Windows.Markup.MarkupExtension, System.IServiceProvider)

 

I have a RadComboBox which is causing the error. When I remove this element, error is gone. Error only happens when I click on the drowdown. The error happens before dropdown open.

I use this files
<ResourceDictionary Source="/Telerik.Windows.Themes.Office2019;component/Themes/Telerik.Windows.Controls.xaml" />
        <ResourceDictionary Source="/Telerik.Windows.Themes.Office2019;component/Themes/System.Windows.xaml" />
        <ResourceDictionary Source="/Telerik.Windows.Themes.Office2019;component/Themes/Telerik.Windows.Controls.Input.xaml" />
        <ResourceDictionary Source="/Telerik.Windows.Themes.Office2019;component/Themes/Telerik.Windows.Controls.Navigation.xaml" />
        <ResourceDictionary Source="/Telerik.Windows.Themes.Office2019;component/Themes/Telerik.Windows.Controls.DataVisualization.xaml" />
        <ResourceDictionary Source="/Telerik.Windows.Themes.Office2019;component/Themes/Telerik.Windows.Controls.GridView.xaml" />
        <ResourceDictionary Source="/Telerik.Windows.Themes.Office2019;component/Themes/Telerik.Windows.Controls.RibbonView.xaml" />

Completed
Last Updated: 23 Aug 2022 11:56 by ADMIN
Release LIB 2022.2.808 (08 August 2022)

Setup: In a WPF Windows Desktop application project, use a RadTabControl with 2 tabs, Tab 1 and Tab 2. Add a RadDocking and some Panes to Tab 1.

Run the application and do:

  • Put one RadPane into floating mode
  • Go to Tab 2
  • Notice how the floating pane is hidden (good)
  • In Windows, select Switch User, but when the login screen is shown just re-enter your credentials to get back into your Windows session
  • Notice how the floating pane is visible despite the application still showing Tab 2  (not good)
  • Move the pane a bit, crash

I've attached a sample project showing the problem, with similar instructions as above. Tested with both 2021.3.1123 and 2022.2.622.

Please advice!