Completed
Last Updated: 14 Jan 2020 16:30 by ADMIN
Release R1 2020
Created by: wei
Comments: 0
Category: UI for WPF
Type: Feature Request
15
NEW Kanban Control

LIKE 
https://www.devexpress.com/Subscriptions/New-2016-2.xml#winforms
https://www.syncfusion.com/products/wpf/sfkanban
Completed
Last Updated: 06 Aug 2018 13:32 by ADMIN
With the Windows 10 Anniversary update native controls like TextBox provide this out of the box.
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.
Completed
Last Updated: 16 May 2017 10:30 by ADMIN
When MainView.xaml is opened, the designer throws NullReferenceException because the SelectedOutlookSection is not initialized.

Workaround: If SelectedOutlookSection is null, then initialize it to point to the first item from the collection of outlook sections:

public OutlookSection SelectedOutlookSection
{
    get
    {
        if (this._selectedOutlookSection == null)
        {
            this._selectedOutlookSection = this.OutlookSections.FirstOrDefault();
        }

        return this._selectedOutlookSection;
    }
  ...
}

The fix is available in R1 2017 SP1.
Declined
Last Updated: 15 Nov 2016 15:59 by ADMIN
Created by: Rafnas
Comments: 1
Category: UI for WPF
Type: Feature Request
1

			
Unplanned
Last Updated: 08 Mar 2019 11:39 by ADMIN
Created by: BlueStack
Comments: 0
Category: UI for WPF
Type: Feature Request
4
Please, provide official Russian Localization for, at least, WPF products. This is the only question, why customers chose other providers than Telerik. For example, I like Telerik WPF controls more, but me head at work bought other WPF-vendor because they provided official Russian Localization. Thanks.
Declined
Last Updated: 08 Dec 2016 16:33 by Marcello
Created by: Marcello
Comments: 2
Category: UI for WPF
Type: Feature Request
2
Allow to define ChartGrid for axis, not for chart.
Every Axis can draw our grid lines.
Chart.Grid can be a wrapper for Chart.Horizontal and Chart.Vertical axes.

marc.
Declined
Last Updated: 18 Nov 2016 17:11 by Taylor
I have a Winforms application (Very Large so there is no changing it any time soon) that launches a WPF window with a .show(). In this WPF window I have radDocking. In one of the RadPanes I have a WPF TextBox. As long as the RadPane is docked the TextBox will receive text. However, if I undock, the TextBox will no longer receive text input.
I do not see this issue, however, when launching the WPF window in my WPF test app.

Please let me know if there is some kind of work around for this issue.

I have attached a test app that I have created which will demonstrate the issue. You will have to point the "TextBoxInRadPanel"  to your Telerik DLLs, they were too big to attach.

Repro Steps:
1. Launch the HostApp
2. Click the "Press Me" button
3. Type into the TextBox in the docked "UC Test" RadPane - input is received
3. Undock the "UC Test" RadPane
4. Attempt to type into the TextBox area - no text input will be received.
Unplanned
Last Updated: 03 Oct 2016 10:37 by Alexander
Created by: Alexander
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Hi,

in your UI for WinForms Suite is a control called CheckedDropDownList. This control is just awesome so why it doesn't exists as WPF Version? Yesterday I was in need to create a close one with a AutoCompleteBox and a Button for drop down the list. But this isn't exactly what I need and it feels a bit...unperfect.

So please create this great control for WPF! :)
Unplanned
Last Updated: 26 Oct 2016 08:31 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
6
Deliver an icon library which can be easily used in the user's application.
Unplanned
Last Updated: 10 Jun 2021 07:40 by ADMIN
Declined
Last Updated: 03 Aug 2017 11:52 by ADMIN
Created by: Pierre
Comments: 1
Category: UI for WPF
Type: Feature Request
0
In addition to the great nuget packages, could we also get Nuget packages with symbols baked in?

https://docs.nuget.org/ndocs/create-packages/symbol-packages
Unplanned
Last Updated: 03 Jan 2017 20:59 by ADMIN
ADMIN
Created by: Georgi
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Add a way to aggregate TimeSpan values and apply different string formats. 
Completed
Last Updated: 20 Jan 2020 12:54 by ADMIN
Release LIB 2020.1.120
Enable RadBitmap creation with different than the 96 DPI.
Unplanned
Last Updated: 12 Dec 2016 09:38 by ADMIN
ADMIN
Created by: Peshito
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Add support for debugging Telerik UI for WPF using Intellitrace.
https://blogs.msdn.microsoft.com/visualstudioalm/2015/01/16/intellitrace-in-visual-studio-ultimate-2015/
Completed
Last Updated: 27 Feb 2017 08:26 by ADMIN
For more details check here: http://jeremybytes.blogspot.com/2014/10/using-callermembername-attribute-for.html

Available in the R1 2017 SP1 Release.
Declined
Last Updated: 02 Sep 2016 09:04 by ADMIN
If series datasource is ordered, asc or desc, all actions that serch a subset of data can be ultra speed. At the moment working with large datasets and zoom/trackbals cause occasional chart freeze.

Possible solution:

1) Declarative: The developer declare that the dataset is ordered asc/desc.
2) Automatic: On points add/remove chart verifies if data is ordered.
3) Programming: Chart allow to override serch in database functions.

My suggestion is 1) or/and 3)

Marcello.

DECLINED: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/198360-chartview-make-the-getdatacontext-method-of-the-radchartbase-class-public-and-vi
Unplanned
Last Updated: 27 Dec 2016 11:28 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Currently, the design-time theme changer automatically removes previous references to Telerik themes. If the application has runtime theme change logic, the old theme references are needed and the developer needs to add them manually, which is annoying.
Unplanned
Last Updated: 03 Aug 2016 11:58 by ADMIN
Created by: Dmitry
Comments: 3
Category: UI for WPF
Type: Feature Request
3
Allow customizing provider for sending xmla request and response from/to SSAS. Currently it's can only be done with System.Net.WebClient and msmdpump.dll (IIS)...
Completed
Last Updated: 19 Jul 2023 09:53 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 5
Category: UI for WPF
Type: Feature Request
16