Completed
Last Updated: 09 Mar 2023 17:06 by ADMIN
Release Release R1 2022
When focusing a Rad Controls like RadDateTimePicker, the watermark is hidden. This behavior could be very problematic when this field is the first of a form. The user will never see the watermark because the focus will be set in this field when entering in the form. It would be nice if the watermark could just be less visible by lowering its opacity. Additionaly, if the user erases the text, it would be nice too if the watermark could be showed at the same visible state than explained above.
Unplanned
Last Updated: 01 Mar 2023 12:45 by ADMIN

Hi there,

If you want to change the hover colour of the RadHyperlinkButton font, you currently need to create a copy of the control template and override the styles that you want to change.

It would be much easier for developers if the hover font properties could be surfaced into the VS property editor so we can simply select a colour, font weight etc...

Unplanned
Last Updated: 07 Feb 2023 13:31 by ADMIN
Created by: Dennis
Comments: 1
Category: UI for WPF
Type: Feature Request
0
When you drag a tab and want to drop it next to another tab, you drag the tab over the other tab, and have these left / right drop indicator. The width of this drop indicator seems to be set in the internal method "UpdateDropIndicator" in the class "TabbedWindowTabControl". Is there any easy way to overwrite this? What we would like to do is have 3 different drop indicators, like left / middle / right. In our case the "middle" indicator would mean that the contents of 2 tabs are merged.
Completed
Last Updated: 03 Feb 2023 09:14 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
The keys are not updated when changing the starting Culture of the RadVirtualKeyboard control.
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: 03 Feb 2023 06:43 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
Review and update the selected unfocused state of the controls for the Office2013 theme.
Unplanned
Last Updated: 25 Jan 2023 12:11 by ADMIN
Created by: Tavi
Comments: 8
Category: UI for WPF
Type: Feature Request
2
It would be great to have a native WPF Azure AD User Authentication Login Control. We use Single Tenant Azure AD for our user accounts and as close as a native to WPF user experience would be great. Right now I'm using the ICustomeWebUI interface to build a user login experience but I really don't want to own this code going forward.
Completed
Last Updated: 19 Jan 2023 14:50 by ADMIN
Release R1 2023
We support three validation error templates-> ValidationTooltipTemplate, StaticValidationTooltipTemplate, and StaticValidationOnFocusTooltipTemplate. We should think to create a property where the user can choose which validation error template to use.
Completed
Last Updated: 19 Jan 2023 14:50 by ADMIN
Release LIB 2022.3.1017 (17 Oct 2022)
When Windows11 dark color variation is loaded, the window has white background color which comes from Windows11 OS light mode.
Unplanned
Last Updated: 01 Dec 2022 16:12 by Simon
Created by: Simon
Comments: 2
Category: UI for WPF
Type: Feature Request
0

Hi,

we are using our own IPagedCollectionView implementation in combination with the RadDataPager control as shown in the attached example project. Basically, we bind an instance of the PagedCollectionView that is provided by our ViewModel to the Source property of the RadDataPager.

Recently we started to take implementing the Dispose pattern a bot more seriously and also added the IDisposable interface to our custom PagedCollectionView (in order to Dispose some internally used CancellationTokenSource).  Today we realized that the RadDataPager now calls Dispose() on the PagedCollectionView  instance although not being its owner. This happens as soon as the DataPager itself is Disposed e.g. by switching modules (and thus loading a new DataTemplate) in our multi-module application. Coming back to the module will then cause the disposed Collection to be used again, potentially causing ObjectDisposedExceptions etc.

What I would expect: The RadDataPager control should not call Dispose() on its Source collection if it is Data-Bound to a ViewModel since that might leave the ViewModel in an invalid state that can cause Exceptions later on.

The problem exists with .net 6 and .net Framework 4.8 as well as with versions 2022.3.1109 (Xaml, see Example project) and 2022.2.621 (NoXaml)

 

Completed
Last Updated: 28 Nov 2022 09:18 by ADMIN
Created by: Grzegorz
Comments: 1
Category: UI for WPF
Type: Bug Report
0

There seems to be a bug concerning tabs headers of TabControl when used with Office2016 theme.

The color of the header changes from white (active tab) to light blue when a control on this tab is hovered. White background is shown only when mouse hovers only over TabControl Tab panel directly. See gif attached.

 

Completed
Last Updated: 18 Nov 2022 11:51 by ADMIN
Release R3 2022 SP1
Currently, some of the controls from the suite are using custom cursors. They are optimized for 96 DPI only. If you set a higher DPI the custom cursors remain small compared to the window cursors. 

Created several sets of cursors (.cur) and apply different ones for the different DPI. This can be done for RadDiagram, RadSpreadsheet, RadRichTextBox, etc.

Original Title: The mouse cursor is too small when DPI is above 100%
Original Description: With the Diagrams control/Spreadsheet ,the mouse cursor is too small when DPI is above 100%,looking the attach files.
Unplanned
Last Updated: 18 Nov 2022 07:34 by ADMIN

Hi Team,

 

having a "Signature" component in your WPF package like you have in your Blazor package will be very interesting.

 

Regards

Al

Completed
Last Updated: 21 Oct 2022 10:45 by ADMIN
Release LIB 2022.3.1024 (24 Oct 2022)

The following exception is thrown when changing the theme of an element with the StyleManager runtime:
Cyclic reference found while evaluating the ThemeStyle property on element 'Telerik.Windows.Controls.Gauge.Needle'.

This only occurs in some themes, such as Fluent, Crystal, and Office2016.

Completed
Last Updated: 19 Oct 2022 06:11 by ADMIN
Release LIB 2022.3.1024 (24 Oct 2022)
Degraded performance when there are inaccessible shortcuts to a network location and a filter is applied.
Unplanned
Last Updated: 03 Oct 2022 10:43 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WPF
Type: Feature Request
3
The current version of the SharpDX assembly is 2.5.0.0. We could review if it's possible to upgrade its version.
Completed
Last Updated: 23 Sep 2022 05:48 by ADMIN
Release LIB 2022.3.926 (26 Sep 2022)
Importing document with column and row print titles in cultures with decimal separator different from ',' causes ArgumentException.
Unplanned
Last Updated: 22 Sep 2022 12:36 by ADMIN

Can be reproduced in the WPF demo (Windows8 theme): the error description tooltip appears on the left of the control and with the red arrow on the left (see attachment). The tooltip should appear on the same side of the red adorned element (the red triangle, top right corner) and the tooltip arrow should point the control.

Declined
Last Updated: 19 Sep 2022 08:41 by ADMIN
Created by: n/a
Comments: 2
Category: UI for WPF
Type: Bug Report
0

I have a Pie chart like this:


                 <telerik:RadPieChart Palette="Arctic">                    
                        <telerik:DoughnutSeries ItemsSource="{Binding GraphedStatistics, Mode=OneTime}" ValueBinding="Previous" ShowLabels="True">
                            <telerik:DoughnutSeries.LabelDefinitions>
                                <telerik:ChartSeriesLabelDefinition>
                                    <telerik:ChartSeriesLabelDefinition.Template>
                                        <DataTemplate>
                                             <StackPanel Opacity="{Binding Value, Mode=OneWay>
                                                <TextBlock Text="{Binding DataItem.Name}" HorizontalAlignment="Center" Foreground="{StaticResource textBlockForeground}"/>
                                                <TextBlock  HorizontalAlignment="Center"  Foreground="{StaticResource textBlockForeground}">
                                                    <Run Text="{Binding Value, Mode=OneWay, StringFormat=' {0:#}'}"/>
                                                    <Run Text="{Binding Percent, Mode=OneWay, StringFormat=' ({0:#}%)'}"/>
                                                </TextBlock>
                                            </StackPanel>
                                        </DataTemplate>
                                    </telerik:ChartSeriesLabelDefinition.Template>
                                </telerik:ChartSeriesLabelDefinition>
                            </telerik:DoughnutSeries.LabelDefinitions>
                        </telerik:DoughnutSeries>

 

If I generate a pie or doughnut chart the Percent is not updated when I update a value in the bound data source (GraphedStatistics).  Note: I am updating the observable collection not replacing it. The graph is redrawn correctly and Value updates correctly.

The version is 22.1.1.0 (not in the options below)

 

Updated (See that 'Monaco' is the same percentage as before the update,  Value is correct and the UI Graph is correct but the segment is clearly not 26%)

 

Completed
Last Updated: 15 Sep 2022 10:41 by ADMIN
Release LIB 2022.3.919 (19 Sep 2022)

Selecting a pinned row or column results in wrongly selected indexes. 

Steps to reproduce:

Case #1: 

1. Pin a row

2. Select the pinned row 

result: a wrong row is selected

Case #2: 

1. Pin one column 

2. Select a cell from the pinned column 

Result: The visual selection is for the first unpinned cell. The selected indexes are wrong too. The Column index is always 0