Completed
Last Updated: 26 May 2021 10:13 by ADMIN
Release R2 2021
Bat files for rebuilding Telerik assemblies from the source code should use different global JSON files for each framework (.Net Core 3.1, .Net 5, .Net 6). The idea is to prevent the need clients to install higher versions of .Net SDK when they need to rebuild only .Net Core 3.1 version for example.
Completed
Last Updated: 05 Aug 2021 08:53 by ADMIN
Release R3 2021
Created by: Dinko
Comments: 0
Category: UI for WPF
Type: Feature Request
2

The purpose of this control is to notify the user of unread messages, missed calls, etc. The image below demonstrates possible visualization: the notification section in the upper right corner.

Unplanned
Last Updated: 10 Feb 2021 14:31 by ADMIN
Created by: Vinod
Comments: 0
Category: UI for WPF
Type: Feature Request
1
An MSI installer is required on workstations without public internet access.
Unplanned
Last Updated: 12 Feb 2021 12:59 by ADMIN
Created by: Kristen
Comments: 3
Category: UI for WPF
Type: Feature Request
3

At this time, Telerik UI for WPF distributes libraries build for each TFM -> WPF45, NetCore and NET50.

 

If there was a way that UI for WPF could compile some of those libraries .NET Standard 2.0 compatible, it would allow for the developers making the transition from .NET Framework to .NET Core/.NET5 a but easier because they will be able to share the reusable Telerik code in a class library consumed by both WPF45 and WFP50 projects

Unplanned
Last Updated: 11 Feb 2021 13:50 by ADMIN
Created by: Daniel
Comments: 2
Category: UI for WPF
Type: Feature Request
1

I would request a new control. The RadButtonTextBox like the one in WinForms.

For fields with for example phonenumbers or emails we could then add a Button for launching the SIP oder Emailclient.

The possibilities are endless. Look at the "TextBox" in your browser window ;)

 

Sincerly

Daniel

Duplicated
Last Updated: 04 Feb 2021 10:02 by ADMIN
Created by: Mauro
Comments: 1
Category: UI for WPF
Type: Feature Request
0

It would be very useful for us if the RadWebCam control (WPF or WinForm) could support ONVIF Profile S

Thanks

Completed
Last Updated: 05 Apr 2021 10:25 by ADMIN
Release R1 2021 SP1
The formatting of the articles is changed in the CHM and Help3 documentation. The change occurs between R2 2020 SP1 and R3 2020.
Declined
Last Updated: 17 May 2021 12:44 by ADMIN
Created by: Nicholas
Comments: 1
Category: UI for WPF
Type: Feature Request
0

As far as I know, there are no way to set the color of the title bar. As far as I know there are no properties "color" of the title bar.

 

Thanks 

Completed
Last Updated: 27 Jan 2021 15:47 by ADMIN
Release LIB 2021.1.201
If one sets a column directly to the grid's Column collection the Header cell of the previous one is not recycled and is left inside the header row.
Completed
Last Updated: 20 Jan 2021 09:46 by ADMIN
Release LIB 2020.3.1228 (12/28/2020)

When the FluentPalette.Palette.ScrollBarsMode property is set to Normal, the ScrollViewer scrollbars overlap the content area. This should not happen.

To resolve this, set the ThemeHelper.ScrollBarsMode attached property of the ScrollViewer controls using an implicit style.

<Window.Resources>
	<Style TargetType="ScrollViewer">
		<Setter Property="helpers:ThemeHelper.ScrollBarsMode" Value="{telerik:FluentResource ResourceKey=ScrollBarsMode}"/>
	</Style>
</Window.Resources>

Completed
Last Updated: 12 Jan 2021 14:17 by ADMIN
Release R1 2021
In the Windows8 theme, the DisabledOpacity of the palette is not respected by the check visual part.
Completed
Last Updated: 23 Nov 2020 11:28 by ADMIN
Release LIB 2020.3.1123

Hello,

I think there is the bug:

In Theme Office2019 bounded Command does not execute when clicking on RadHypelinkButton. After changing theme to VisualStudio2013 everything works fine. Please try attached project.

Is there any simple workaround for that?

 

Regards

Domas

Declined
Last Updated: 27 Nov 2020 16:12 by ADMIN
Created by: Martin Ivanov
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Add a color variation in the Office2019Palette with the colors used in the White theme in MS Office 2019.
Completed
Last Updated: 11 Feb 2021 13:54 by ADMIN
Release LIB 2021.1.215

Sometimes RadVirtualGrid.ScrollRowIndexIntoViewAsync throws NullReferenceException.

 

Inside RadVirtualGrid.ScrollRowIndexIntoViewAsync the following method invoked:

this.MainPanel.ScrollRowIndexIntoViewInternal and this.MainPanel is Null, since RadVirtualGrid.Refresh() that was called previously makes MainPanel Null.

The Refresh method is public, so could be called anytime by mistake or not.

So, please fix one of those or even maybe both:

Refresh should not set MainPanel to Null.

Inside RadVirtualGrid.ScrollRowIndexIntoViewAsync check that this.MainPanel is not Null like you perform this check in most RadVirtualGrid methods.

 

Thank you in advance.

Maria Adamsky.

 

Unplanned
Last Updated: 23 Oct 2020 09:38 by Arsen
Provide an additional archive with the resource dictionaries used with the implicit styles theming approach.
Unplanned
Last Updated: 07 Oct 2020 14:15 by ADMIN
Created by: Dilyan
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Make it possible to create a Telerik .NET 5 project through the Visual Studio extension.
Declined
Last Updated: 19 Oct 2020 07:25 by ADMIN
Created by: Don
Comments: 4
Category: UI for WPF
Type: Feature Request
0

Hi Team, 

Dennis Callahan from Telerik submitting this on behalf of Don - 

If your team could create a theme for UI for WPF that mimicked the look of a UWP application and responded to the Windows 10 Light and Dark setting that would be excellent. I have not found such a theme in any of the products I have looked at so if Telerik could do it I think it might be the first.

Declined
Last Updated: 01 Oct 2020 09:23 by Petar
Created by: Shlomo
Comments: 1
Category: UI for WPF
Type: Feature Request
2

I'm trying to draw a polygon on my RadMap using the MapPolygonView control. I can only see the polygon after I finished drawing it, but while I'm drawing - I can't see the lines.

Please add the capability for the RadMap to visualize the animation of shape's lines as it is being drawn.

Completed
Last Updated: 06 Nov 2020 13:09 by ADMIN
Release LIB 2020.3.1109 (11/09/2020)
The GridView intercepts the F2 key for cell editing (this is very good), but does not take into account the modifiers and also intercepts (Ctrl | Alt | Shift) + F2 and other commands stop working
Completed
Last Updated: 04 Aug 2021 11:24 by ADMIN
Release LIB 2021.2.809 (9 Aug 2021)
When run under .Net Core the popup appears at the wrong location/off the screen.