Unplanned
Last Updated: 14 Oct 2019 08:42 by ADMIN
Created by: Gennady
Comments: 0
Category: UI for WPF
Type: Feature Request
1

Current SDK Sample code supports only WPF 40.

Adding support for wpf45 will make more convenient way to work with Samples.

Sample dode can include new wpf 45 features

Declined
Last Updated: 04 Nov 2019 12:59 by ADMIN
Created by: wu
Comments: 2
Category: UI for WPF
Type: Bug Report
0

    For the Pivot control,if the group header width greater than the first column width,when start the app,
the first column width will expand the group header width(like the attach file "Start.png"),
instead of it self width (like the attach file "ResizeColumn.png",it is our desired),moreover,when resize the column width,like the attach file "ResizeColumn.png",
then Collapse,the result like the attach file "Collapse.png",but not our desired the group header width(should not cover the text).

Unplanned
Last Updated: 19 Jul 2020 08:50 by Laurentiu Stamat
Created by: Mi
Comments: 9
Category: UI for WPF
Type: Feature Request
12

As we now have support for Webcams with RadWebcam-Control how about supporting Twain? But not the old version, instead the platform independent newer Twain-Direct. There is already C# Source Code under MIT-License available: https://github.com/twain/twain-direct. I think this could be used in Xamarin and WinForms, even ASP.NET also...

Completed
Last Updated: 30 Oct 2019 08:19 by ADMIN
Release R3 2019 SP1
As suggested in the orginal support ticket 1430154 I'm opening a separate bug reprot for the RadNumericUpDown control.

Visual Studio 2019 solution to reproduce the problem is attached to the bug report.
Completed
Last Updated: 25 Sep 2019 15:17 by ADMIN
Release LIB 2019.3.930 (09/30/2019)
Add property to control whether the filtering dropdowns stay open.
Unplanned
Last Updated: 03 Sep 2019 09:40 by ADMIN
Export and then import a linked style with HtmlFormatProvider and the style gets lost on import.
Completed
Last Updated: 05 Feb 2020 09:36 by ADMIN
Release LIB 2020.1.210 (2/10/2020)
Created by: Martin Ivanov
Comments: 2
Category: UI for WPF
Type: Bug Report
2

Most commonly the exception message is "Input file or data stream does not conform to the expected file format specification".

This appears because of the glyphs font used in the different controls.

To work this around you can use two approaches:

  • Update to Windows 7 SP2.

  • The second option is to download the UI for WPF source code, find the TelerikWebUI.ttf file and convert it to .otf using a third party tool (like FontForge for example). Then use a reflection to replace the font file, before the application startup. For example:
    RadGlyph.GetRegisteredFonts();
    var dictionary = typeof(RadGlyph).GetField("registeredTypefaces", BindingFlags.NonPublic | BindingFlags.Static)?.GetValue(null) as Dictionary<string, Typeface>;
    dictionary?.Clear();
       
    RadGlyph.RegisterFont(new FontFamily(new Uri("pack://application:,,,/WpfApp3;component/TelerikFont/", UriKind.RelativeOrAbsolute), "./#TelerikWebUI"), "TelerikWebUI");
    In the code snippet, "WpfApp3" is the assembly name of your project, and "TelerikFont" is a folder in your project, containing the converted font file. You can call this code in the OnStartup override of App.xaml.cs. Or before the InitializeComponent() call in the main window's constructor.
Declined
Last Updated: 21 Aug 2019 13:29 by ADMIN
Created by: Dilip
Comments: 3
Category: UI for WPF
Type: Feature Request
0

Hi Team,

I am looking for Sketch UI kit for WPF. I am unable to post the request on Blogs, can you redirect me to get the details and kit.

 

Regards,

Dilip

Unplanned
Last Updated: 11 Oct 2021 07:39 by Hendrik
Created by: Martin Ivanov
Comments: 1
Category: UI for WPF
Type: Feature Request
3
Currently, the digitally signed assemblies are distributed only as a .zip file containing the dlls. Introduce nuget packages for them.
Declined
Last Updated: 09 Jul 2019 13:06 by ADMIN

See attached picture together with these steps.

  1. select a item in the list
  2. import multiple other items in one go -> the last imported item is marked as selected (this is OK), the previously selected item is no longer marked as selected (this is OK).
  3. SHIFT select the first item of the ones imported in step 2 -> the items between the last imported item and the first imported item are selected, but the item that was selected in step 1 is now also selected...

 

Thanks in advance!

Bart

 

Declined
Last Updated: 09 Jul 2019 06:32 by ADMIN
when open the RadRibbonBackstage by click the ApplicationButton ,if click some one area which is not  the above ApplicationButton,
then the RadRibbonBackstage  is closed,the ApplicationButton's fluent mouseover effect don't disappear
check the Additional file .
Declined
Last Updated: 05 Jun 2019 12:03 by ADMIN
Created by: Pascal
Comments: 3
Category: UI for WPF
Type: Feature Request
0

Hi Team,

 

We have a business case, where we build a spreadsheet with collapsable groups and subgroups. Our customers wanted to have an overview about the group totals on each group and expand and collapse the groups on demand (because it's also possible in Excel).

 

So, it would be awesome, if you could extend your spreadsheet component with that feature as well.

 

Thank you

Unplanned
Last Updated: 21 May 2019 11:05 by ADMIN

Currently when you highlight a row in the child GridView, the ParentRow becomes highlighted. It would be really nice to have an option so that the ParentRow would be selected when a row in the child GridView is selected. This should work recursively selecting the ParentRow all the way up the hierarchy.

I've written a workaround, but it isn't pretty.

Please add this functionality. :)

 

My case involves a three tier hierarchical GridView (each in single select mode). If I select a row in a third tier GridView, then I want its ParentRow to become selected on the second tier and the second tier's ParentRow to become selected on the first tier. Hopefully that makes sense.

Completed
Last Updated: 09 May 2019 12:19 by ADMIN
Created by: Andrew
Comments: 1
Category: UI for WPF
Type: Feature Request
0
Currently the RadWatermark TextBox does not support RadSpellCheck. We are requesting that spellcheck support be added to this control
Completed
Last Updated: 02 Apr 2019 12:33 by ADMIN
Release LIB 2019.1.408 (04/08/2019)
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Currently, the  StringToGlyphConverter is not available with the .NET Core version of the Telerik dlls. Introduce the converter in the .NET Core project.
Completed
Last Updated: 24 Sep 2019 06:43 by ADMIN
TabIndex property is not respected when the IsEditable property of the RadComboBox is set to true.
Unplanned
Last Updated: 08 Mar 2019 14:05 by ADMIN
Created by: Felix
Comments: 0
Category: UI for WPF
Type: Feature Request
2
Add localization support for Polish language
Unplanned
Last Updated: 12 Mar 2019 14:39 by ADMIN
Created by: Grinden
Comments: 1
Category: UI for WPF
Type: Feature Request
10
Simplified and Traditional please
Unplanned
Last Updated: 08 Mar 2019 14:10 by ADMIN
Created by: Felix
Comments: 1
Category: UI for WPF
Type: Feature Request
5
We have customers in Brasil and Polish. It would be very helpful, if Telerik would support these languages out of the box. Otherwise we have to adapt our product whenever we are upgrading to a new Telerik version.
Declined
Last Updated: 30 Sep 2019 12:00 by ADMIN
KeyTips are not displayed when trying to navigate between tabs very fast while the KeyTips of the Quick Access Toolbar being rendered.