Declined
Last Updated: 29 May 2023 15:29 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
16
New control request: FishEye menu.
Declined
Last Updated: 29 May 2023 15:28 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
16
A new Tag Cloud control similar to the WinForms and ASP.NET Ajax counterparts (http://demos.telerik.com/aspnet-ajax/tagcloud/examples/overview/defaultcs.aspx)
Completed
Last Updated: 24 May 2023 06:54 by ADMIN
Release R2 2023
Created by: John Schroedl
Comments: 0
Category: UI for WPF
Type: Feature Request
5
Introduce a new theme with the Windows 11 look but with smaller sizes.
Completed
Last Updated: 24 May 2023 06:51 by ADMIN
Release R2 2023
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
1

Create a SlideView control like the one in the Telerik UWP suite.
https://docs.telerik.com/devtools/xamarin/controls/slideview/slideview-getting-started

The control should  have a content area, previous and next buttons, and dots indicator below, that indicates the currently selected page.

Unplanned
Last Updated: 18 May 2023 12:26 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Unplanned
Last Updated: 14 Apr 2023 13:09 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WPF
Type: Feature Request
3
Add Sankey Diagram Control component.
Unplanned
Last Updated: 13 Mar 2023 14:11 by ADMIN
Created by: Andrew
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Please can we have a TaskBarButton for WPF (currently only on WinForms)
Declined
Last Updated: 13 Mar 2023 14:10 by ADMIN
Created by: wei
Comments: 4
Category: UI for WPF
Type: Feature Request
1

i hope add char   controls

like :

https://developers.google.com/chart/interactive/docs/gallery/timeline

https://github.com/dreamRs/timelineschart

Unplanned
Last Updated: 10 Mar 2023 15:53 by ADMIN

I have created this timeline control out of a combination of different controls.  But I get asked for this same kind of setup from different companies for different reason. I have created this control using your TreeListView to show the headers in the hierarcy while for Layer Num items, there is a list to the right which holds a list of MediaItem objects.  It works but not very efficient and is missing much key functionality. And I thought because you already have controls that are similar, it wouldn't be a huge reach for you to make on like this.

So there could be two modes for this.  The editing mode where the user is dragging/dropping media items on each layer item, rearranging, setting the length of media, etc.  They could then hit PLAY like a Movie Maker and see a preview on a different control of what is being played.  Once this is saved, it could be used in another way.

So in the readonly mode, all the items would be feed in as a hierarchtial collection.  It would decribe how many levels there are and the names and order of the items.  And then it would also have all the MediaItems related to each Layer Num.  And then it would constantly be fed what the current time is related to this batch of items playing.  The user doesn't hit PLAY in this mode but rather just sees a read only version of what is being played and watch the line goes across.

I think this would be a very welcomed control to your lineup.   Because anyone who wants to make a media editing program, audio editing program, and even showing a schedule for items that happens every 30 seconds in different locations while getting a constant status of the current time would find this  invaluable.

 

Duplicated
Last Updated: 09 Mar 2023 17:17 by ADMIN
Created by: Onno
Comments: 0
Category: UI for WPF
Type: Feature Request
2
I want to be able to specify the font family, size, etc. from XAML, not from code. 
Exactly the same as described here:
https://www.telerik.com/forums/implicit-styles-custom-font-and-font-size

(background: We are developing a UI Framework + resource dictionary for use in different applications. If each app will have to modify font sizes from code, inconsistencies are surely happen)
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 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.
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: 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

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.