Declined
Last Updated: 04 Dec 2017 15:35 by ADMIN
Created by: kiruthika
Comments: 3
Category: UI for WPF
Type: Feature Request
1
css style like the background color for the pinned rows can be different from the rows in the grid to differentiate the rows
Declined
Last Updated: 02 Nov 2017 09:05 by ADMIN
CartesianCustomLineAnnotation should allow for rendering options (2D, Bitmap, default) to allow for a consistent visual appearance.
Unplanned
Last Updated: 16 Oct 2017 07:34 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: UI for WPF
Type: Feature Request
3
It would be nice if the Telerik UI for WPF VSExtensions detected usage of UI for WPF in class libraries (e.g. a WPF UserControl Library)..

This would allow the Upgrade Wizard / configure Project wizards can also work on the class libraries, too.
Unplanned
Last Updated: 25 Sep 2017 06:51 by ADMIN
This is a MVVM helper that could be used to decrease the coupling between the view models.
Declined
Last Updated: 07 Aug 2017 06:35 by ADMIN
Created by: Richard
Comments: 3
Category: UI for WPF
Type: Feature Request
2
Please can you add xlsm file support to RadSpreadProcessing.
Unplanned
Last Updated: 03 Aug 2017 11:55 by Iva
Created by: Iva
Comments: 0
Category: UI for WPF
Type: Feature Request
7
Introduce support for AutoCad files in a fixed document viewer.
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: 06 Jul 2017 12:34 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Improve the support for async operations. Currently, if the db data context is shared between the collection and another consumer, issues could occur.
Declined
Last Updated: 13 Jun 2017 11:56 by ADMIN
Created by: Marco
Comments: 1
Category: UI for WPF
Type: Feature Request
0
When new product features are released it would be useful to show a short introduction for users.  View introjs.com to see a similar solution for web development
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 May 2017 15:57 by ADMIN
Created by: Kevin
Comments: 2
Category: UI for WPF
Type: Feature Request
0
Currently if a column is bound to a field of type DateTimeOffSet it is not displayed using the culture like DateTime is. It would be nice if this is supported in the future
Declined
Last Updated: 12 Apr 2017 13:50 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: UI for WPF
Type: Feature Request
1
Add a property to the RadWindow, to enable a behavior, so that when the user attempts to focus on the parent window (while the modal is open), the modal window will flash.

You can see this behavior in other Windows applications that show modal dialogs.
Unplanned
Last Updated: 04 Apr 2017 08:05 by Patrick
One requires to create QueryableCollectionView on the UI thread.
Now there's going to be a .Count() call on the IQueryable passed into the constructor,
which will block the UI thread until it returns.
There might be various reasons why there is delay (unable to connect to DB,slow query, using a REST queryable provider, etc).

It would be nice if we could pass in the count ourselves.
Unplanned
Last Updated: 22 Mar 2017 08:43 by Wetzorke
Created by: Wetzorke
Comments: 1
Category: UI for WPF
Type: Feature Request
4
Make the internal static class Telerik.Windows.Controls.WeakEventHandlerManager public.
Unplanned
Last Updated: 02 Mar 2017 07:27 by Ivan
Created by: Ivan
Comments: 0
Category: UI for WPF
Type: Feature Request
2
In Excel it's easy to rotate the contents of a cell. In the Gridview, it's possible to rotate the contents of the header, but the result is a column header that resizes weirdly, and the workaround (at least the one I was provided) is clunky. How about a simple property like <telerik:GridViewDataColumn Header="Name" HeaderRotation="-90" /> 
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.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Add additional properties to the ZipPackageEntry that describe the creation date, the last modified date and etc.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Add a possibility to create a ZipPackage with a password associated with it.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
4
Ability to zip files bigger than 4 GB needed
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
7
Implement the "add file to existing archive" functionality