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: 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

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.
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: 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: 18 Jan 2021 09:39 by ADMIN
Release R1 2021
Created by: Dinko
Comments: 0
Category: UI for WPF
Type: Feature Request
3

Newly introduced control RadCardView which allows you to display data in a card-like layout where you can sort, group, filter, and edit each card. More information about itl can be found here: https://docs.telerik.com/devtools/wpf/controls/radcardview/overview

Completed
Last Updated: 18 Jan 2021 08:54 by ADMIN
Release R1 2021
Created by: Martin Ivanov
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Currently the CRM application is created with .NET Framework. Port its source code to .NET Core.
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.
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: 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

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
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.
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.

Completed
Last Updated: 09 Oct 2020 14:09 by ADMIN
Release LIB 2020.3.1012
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Add a two-way inverted converter that converts between visibility and boolean. Passing a Visibility.Collapsed value should return True and Visibility.Visible should return False. Also, add nullable bool support in the ConvertBack method. This way if the bool property provides a null value, the ConvertBack method should return True. 
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.
Completed
Last Updated: 02 Oct 2020 07:21 by ADMIN
Release LIB 2020.3.912
Setting the AnimationManager.IsGlobalAnimationEnabled to false does not affect the animation of the toolbox expandable part.

WORKAROUND:
Extract the template of the toolbox control and set the duration of the DoubleAnimations inside the "showAnimation" and "hideAnimation" storyboards to zero.
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.

Won't Fix
Last Updated: 16 Sep 2020 11:25 by ADMIN

The check mark of the RadioButton is misaligned when DPI settings are set to a higher than the default value, e.g. 125%.

The problem can easily be reproduced using the Telerik UI for WPF Demo application:

Completed
Last Updated: 08 Sep 2020 06:27 by ADMIN
Release R3 2020
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
13
An advanced search textbox control for WPF. A good example can be found at: http://davidowens.wordpress.com/2009/02/18/wpf-search-text-box/