Unplanned
Last Updated: 28 Feb 2024 11:52 by ADMIN
ADMIN
Created by: Aylin
Comments: 2
Category: UI for WPF
Type: Feature Request
10
Create NuGet symbol packages - containing the .pdb files - corresponding to the primary NuGet packages. The process is described here: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages .

This will facilitate the debugging of problems in the controls code.
Unplanned
Last Updated: 16 Feb 2024 08:46 by ADMIN
Created by: Richard
Comments: 1
Category: UI for WPF
Type: Feature Request
0

It is possible for a user to type a value into a RadNumericUpDown control that is greater than the maximum (or smaller than the minimum).

If the control loses focus the value reverts to the maximum value, but in my use case the user will be clicking the OK button on a Window, and this happens while the NumericUpDown still displays the out of range value that was typed. In other words the user doesn't realise that their value was silently rejected behind the scenes.

To solve this I had to raise a support request with you guys, which meant waiting until the next day for a resolution. This cost me time and it also added to your workload.

Whereas if the control had the option to limit the user input to the bounds of minimum and maximum it would have saved me about half a days work to raise a support request and write my own solution to the problem.

I see this has been raised a couple of times in the forums:

https://www.telerik.com/forums/prevent-user-from-typing-beyond-maximum-value

https://www.telerik.com/forums/radnumericupdown-lets-you-type-beyond-its-maximum-value

 

And the consensus seems to be that it is "By Design".

Please can you re-consider changing this as it is these small niggles that often cost us the most time when developing with 3rd party controls.

TIA

Unplanned
Last Updated: 09 Jan 2024 10:08 by ADMIN
Created by: Tobias
Comments: 1
Category: UI for WPF
Type: Feature Request
1

Use Case

our users have the possibility to save and load their own RadGridView filter settings.

One user want to get all entries where the value of the property \ column "CreateionDateUtc" is older than 90 days.

 

Problem

Currently you can only configure Is Less Than "Fixed Date". That means you have to change the "Fixed Date" every day to get the required result.

Is there a possibility to add a filter to the DateTime Column for example Less than 90 Days?

 

Possible Solution

Possibility to add a Time Difference Filter

- Base (Datetime.Now, Datetime.UtcNow,.....)

- Unit (second, minutes, day, month, years,....)

- Count

Unplanned
Last Updated: 18 Dec 2023 11:54 by Stenly

We can add a new control similar to the ToolbarForm control from the Telerik UI for WinForms:

Overview - RadToolbarForm - Telerik UI for WinForms

Unplanned
Last Updated: 04 Dec 2023 12:52 by Martin Ivanov
Add the full .NET Framework packages (like Telerik.UI.for.Wpf.45.Xaml) in the Telerik online feed (https://nuget.telerik.com/v3/index.json).
Unplanned
Last Updated: 26 Sep 2023 12:25 by ADMIN
Created by: Bill
Comments: 3
Category: UI for WPF
Type: Feature Request
0

I just completed an evaluation of the RadPdfProcessing library for our medical practices. Unfortunately, we are not yet able to use this library for our application. We need to be able to annotate patient visit reports when visit notes require amendments or when we appeal billing decisions. We do this frequently and we need a way to automate this tedious and time consuming process. While the vision for the RadPdfViewer (ref. Unifying the Power of PdfViewer & PdfProcessing: Edit a PDF with our Newest Secret (6/12/2020)) was promising, there are still some issues for us. Following is a list of areas where we would like to see improvements:

1. We need the ability to add notes (like when editing is enabled in the AddDocumentContent_WPF sample application). But also be able to control font, font size, bolding, underlining, and highlighting and text color. Also we need to be able to go back and edit text and text formatting after new text is added and the text editing window closes. This is not yet possible. Ideally, this text also needs to allow multiple text fragments (Run's) where each text fragment can have its own formatting (bolding, color, etc.).

 

2. Each note needs to be in an optional bubble or box with an optional line or arrow to the highlighted (or strike-through) text in the original document. It would also be helpful if the bubble could be reshaped and moved to a more optimum location while maintaining the connecting line to the associated highlighted text. Automatically positioning the bubble when it is first created in adjacent white space is also desired.

 

3. We need the ability to highlight, do strike-through and/or enclose text in a colored oval or rectangle in the original pdf without impacting pagination of the original document. 

4. We would like the above functionality to be implemented via a right click context menu for selected text in the original document. A command like "strike-through text and open note would be ideal". 

 

5. If possible we also would like to pre-edit a pdf file as a RadFixedDocument and perform some or all of the above operations before the document is displayed in the RadPdfViewer. To do this we will need to be able to search for text in a given location in the pdf, select that text and then perform the desired operations (described above in 3. and 4.). This is needed for a majority of the changes that we need to make, that is, in sections of the document that we know from experience always require the same annotations. We see this functionality being integrated with AI enabled processes that are able to find and prepare billing appeals and assist with patient record amendments.

Respectfully, Bill Goforth, Professional Imaging LLC, Medical Systems Development, 360-528-1844

Unplanned
Last Updated: 28 Jul 2023 11:11 by Richard
Created by: Martin Ivanov
Comments: 3
Category: UI for WPF
Type: Feature Request
6

Telerik assemblies needs to be rebuild with a specific key in some redistribution scenarios, so that the assemblies can be bound only to a single WPF application. This is described in the following article: https://docs.telerik.com/devtools/wpf/licensing/protecting-telerik-assembly

Currently, to protect the dlls you need to rebuild the entire source code of Telerik UI for WPF. Sometimes this is not very convenient and it is prompt to errors because several steps should be followed and also few prerequisites should be met.

Consider providing a new mechanism to protect the Telerik assemblies, which is more convenient and gives better protection. 

Unplanned
Last Updated: 09 Jun 2023 13:48 by ADMIN
Created by: Dennis
Comments: 1
Category: UI for WPF
Type: Feature Request
0

We are looking for a feature to group Tabs in the TabbedWindow similar to the way modern browser handle this.

Hold down the Ctrl key and click each tab to select multiple tabs

Select multiple tabs.

Trigger method "AddTabsToGroup"

Have different Styling (colors) for each Group. be able to name groups in code and display group name

Give the group a name and color.

Remove Groups in Code

 

 

Unplanned
Last Updated: 30 May 2023 08:25 by ADMIN
Created by: Dennis
Comments: 3
Category: UI for WPF
Type: Feature Request
1

Since we are working with large TreeViews users some times get confused about the current parent of an Element.

It would be useful if the parents of on element would sticky to the top of the control. 

Similar to functionatlity of the Sticky Group Headers for the RadGridView or the newly introduced Sticky scroll in Visual Studio

https://docs.telerik.com/devtools/wpf/controls/radgridview/grouping/stickygroupheaders

 

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

 

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.
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.
Unplanned
Last Updated: 07 Dec 2022 12:13 by ADMIN
ADMIN
Created by: Tanya
Comments: 5
Category: UI for WPF
Type: Feature Request
24
Enable the customers to create and modify .pptx (PowerPoint) files . They need processing as well as showing such documents.
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)

 

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.
1 2 3 4 5