Declined
Last Updated: 11 Apr 2024 08:43 by Petar
Created by: Laurent Kempé
Comments: 14
Category: UI for WPF
Type: Feature Request
33

Hi

I would like to know if Progress Telerik has some plan to port their WPF controls to Avalonia (avaloniaui.net).

 

Thanks

Laurent

Declined
Last Updated: 19 Dec 2023 09:19 by ADMIN

HeaderSizeNeeded is fired twice with the same index and affects the header row width. 

Declined
Last Updated: 29 May 2023 15:32 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for WPF
Type: Feature Request
11
Develop  a new control - Fisheye Panel.
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)
Declined
Last Updated: 22 May 2023 09:14 by ADMIN
Created by: Turk
Comments: 0
Category: PDFViewer
Type: Feature Request
0

Hello,

 

I use RadPdfViewer to view a PDF file in my WPF application, the PDF file has only one page and the contents are in the middle of the page, so I'm trying to zoom and focus on the middle of the page, I use the following code:

private void DocumentChanged(object sender, DocumentChangedEventArgs e)
        {
            pdfViewer.ScaleFactor = 1.3;
            var size = pdfViewer.Document.Pages[0].Size;
            pdfViewer.ScrollToVerticalOffset(size.Height * 0.3);
            pdfViewer.ScrollToHorizontalOffset(size.Width * 0.20);
        }

however, I only see the horizontal scroll working.

How can I zoom then scroll to vertical and horizontal offset?

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

Declined
Last Updated: 10 Mar 2023 12:18 by ADMIN
Implement import of bullets and numbering which use the old Word 6.0/Word 95 format from RTF. This includes, but is not limited to, the following RTF tags: \pnlvlN, \pnlvlblt, \pnlvlbody, \pnlvlcont. See RTF specification, "Word 6.0 and Word 95 RTF" heading for full description.

WordPad and some legacy systems export lists with this formatting, so the construction is relatively widespread.

According to the specification, if RTF reader doesn't support specific bullets/numbering tags, it can use the \pntext tag to read the bullets/numbering as plain text; but currently RadRichTextBox always ignores the \pntext tag. Because of this, the bullets or numbers of lists in the old format are missing after import.
Declined
Last Updated: 09 Mar 2023 13:14 by ADMIN
Created by: Petar
Comments: 0
Category: ChartView
Type: Feature Request
4

Implement a new LabelFitMode that prevents the axes labels from overlapping by increasing the LabelInteval.

Declined: This is no longer necessary after introducing the SmartLabelsMode.

Declined
Last Updated: 14 Nov 2022 14:41 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 5
Category: GridView
Type: Feature Request
3
Add a mechanism to fix the current viewport (scrollbar position) when new items are inserted. Currently, when you insert items before the viewport's start, the scrollbar position is offset.
Declined
Last Updated: 14 Nov 2022 14:34 by ADMIN
RadGridView provides two methods to bring an item into the view. We could extend these or create a new one to bring an item to a specific position.
Declined
Last Updated: 08 Jun 2022 09:35 by ADMIN
RadTimeSpanPicker allows you to update the values in the different sections (day, hour, minute, etc.) on mouse wheel or when you press the arrow keys. Currently, the update happens using a fixed step for the different sections - 1 for days and hours, 10 for minutes, etc. Add an API that allows to change the step.
Declined
Last Updated: 13 May 2022 09:51 by ADMIN
Created by: Vesko
Comments: 8
Category: UI for WPF
Type: Feature Request
24
Add a new Captcha control
Declined
Last Updated: 01 Apr 2022 11:23 by ADMIN
Created by: LindenauAtSOG
Comments: 4
Category: UI for WPF
Type: Feature Request
1

Right now, it is not easy to disable styles for standard controls like Button.
Especially when using NoXaml.

You have to create an Empty style on Application level for the control to "rewind" its style.
I do believe this kind of style drags down performance of controls when unloading, since it causes StyleChanged events.

 

Some explanation about performance (how things work to my understanding). Might be BS, but I spend a few hours debugging through .net code to get this idea:

Issue is, that when control is unloaded, its not part of the logical / visual tree of the application anymore, so it falls back to styles defined on assembly level.
e.g. Themes/Generic.xaml.  So the empty styles defined on Application level do not count anymore, but the ones you defined in your theme.
This can be observed on RadTabbedWindow. When unloading pages (like switching between them), controls fall back to the styles defined in the theme from Telerik.Windows.Controls.Navigation, because they are still children of that page.
You can observe this behaviour if you set a Breakpoint in FrameworkElement.OnStyleChanged before unloading a control tree.

 

 

If you'd remove the System.Windows.xaml from your theme-dictionaries so that one can decide to merge those styles or not, that would be great.

Declined
Last Updated: 28 Oct 2021 09:36 by ADMIN
ADMIN
Created by: Simeon
Comments: 4
Category: Book
Type: Feature Request
12
There could be different design for the left and right pages of the book.
Declined
Last Updated: 06 Oct 2021 08:39 by ADMIN
Currently the palette of a theme can only be set for the entire application. Setting the palette per control instance should also be possible.
Declined
Last Updated: 23 Sep 2021 07:58 by ADMIN
Created by: Nebojsa Mancic
Comments: 7
Category: UI for WPF
Type: Feature Request
0
I think it would be great to configure  RadCalculatorPicker's textbox to change way of displaying number, to add thousands separator and to manage other options to manage result view.
Declined
Last Updated: 23 Aug 2021 22:23 by ADMIN
Created by: Mingchang
Comments: 1
Category: UI for WPF
Type: Feature Request
1

Hi:

China has the largest population and we have a lot of Chinese customers. Increasing support for Chinese localization, IME and bug fixes should be a high priority.

Unfortunately, there are still no support plans for many features. In the Chinese environment, there are still many bugs.

Hope can be taken seriously!

There is too much unplanned feedback, not just in Chinese, but also in Japanese and Korean. These should be viewed as a single issue and considered a serious one.

That's more than enough votes. The following should be combined。

https://feedback.telerik.com/wpf/1351270-radrichtextbox-introduce-support-for-other-chinese-imes-input-method-editors-like-sogou-pinyin-and-qq-pinyinkato-pr

https://feedback.telerik.com/wpf/1355000-richtextbox-implement-out-of-the-box-support-for-sogou-pinyin

https://feedback.telerik.com/wpf/1352638-maskedinput-add-support-for-chinese-input-symbols

https://feedback.telerik.com/wpf/1352724-richtextbox-support-import-from-rtf-of-multi-byte-unicode-characters-represented-with-multiple-ansi-characters-in-the-form-xx

 

Declined
Last Updated: 16 Aug 2021 14:17 by ADMIN
Add thin border in the RadRibbonWindow between the Tittle and RibbonView.

We want the look of the window to be identical to how a non-implicit RadRibbonWindow would look (i.e., without the Themes directory with the style XAML files). Alternatively, if the title bar is taller and the borders are as thick as a normal window (e.g. Notepad), that is acceptable too.
Declined
Last Updated: 11 Aug 2021 08:26 by ADMIN
Created by: Philip
Comments: 4
Category: Spreadsheet
Type: Feature Request
0
Can we have the ability to hide the cell selector rectangle in the RadSpreadsheet? If we had this, along with the current existing functionality we would have spreadsheet capabilities inside what looks like an 'empty' page. It would be good for reporting purposes where the developer can make full use of the spreadsheet's functions but completely hide the 'spreadsheet look-and-feel' from the user.
1 2 3 4 5 6