Won't Fix
Last Updated: 06 Sep 2016 08:49 by ADMIN
Completed
Last Updated: 22 Nov 2021 10:28 by ADMIN
Release LIB 2021.3.1122 (22 Nov 2021)
The exception occurs when DBSet<T> is used with a Select query that creates new objects of type that is not included in the EDMX model. The issue appears because the internally used IQueryableCollectionView calls OfType<T>() on the IQueryable which is not allowed in the specific setup.

The exception is the following: "TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NotSupportedException: 'WpfApp4.MainWindow+MyClass'is not a valid metadata type for type filtering operations. Type filtering is only valid on entity types and complex types."

To work this around, you can call ToList() over the IQueryable object before pass it to RadGridView's ItemsSource.
Completed
Last Updated: 05 Apr 2022 13:40 by ADMIN
Release R2 2022

Add a textbox which allow search and filter functionality for the distinct values in the FilteringControl of RadGridView.

In the meantime, you can check the attached project that shows one way to achieve this.

Unplanned
Last Updated: 24 Jan 2024 08:48 by ADMIN
Blind users or users with visual impairments can only hear the unlocalized (english) text in the RadGridView Filter when using ScreenReaders.
Completed
Last Updated: 23 Mar 2016 16:38 by Tino
The new properties will be available with Q2 2016. 
Declined
Last Updated: 24 Mar 2014 13:58 by ADMIN
GridView ColumnGroup Header does not refresh when bound to view model
Unplanned
Last Updated: 04 Apr 2022 13:35 by ADMIN
Created by: CB
Comments: 1
Category: GridView
Type: Feature Request
4

Currently the filters for the RadGridView only allows 2 filters. It would be very helpful for the default filter popout to have the option to add additional filters.

Current filter popout:

 

Filter popout with ability to add additional filters via an Add Filter button:

Competitor's GridView controls have this feature already and it would be very useful to have this feature on the RadGridView control. 

Unplanned
Last Updated: 09 Oct 2020 12:37 by ADMIN

Hello

I have often faced a scenarion where I have groups (GroupDescriptor), but those groups need to be ordered by a different property.

Usually, telerik column properties already provide a SortMemberPath.

<telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" SortMemberPath="Id"


However, the GroupDescriptor does not have that, it only has Member and SortDirection.

The only way to set the sort to refer another property is in code behind using a generic group descriptor. It is very flexible, but it has several drawbacks, since now I'd have to declare everything in C# (aggregate functions, templates, etc) and also lose the Design time feedback from Visual Studio.

My request is to just have the possibility to set a SortMember in XAML which will work for most scenarios, same way as others components already do.

<telerik:GroupDescriptor Member="OrderState" SortDirection="Ascending"
                                         SortMember="OrderStateIndex" >

 

Thanks

Completed
Last Updated: 13 Mar 2024 09:45 by ADMIN
Release 2024.1.130 (2024 Q1)
Created by: Martin Ivanov
Comments: 0
Category: GridView
Type: Feature Request
4
Add keyboard support for the filtering, grouping and sorting features of RadGridView. The keyboard action should start the corresponding action for the column of the current cell. Keyboard actions should be included also for navigation in the UI of the FilteringControl after it gets opened.
Unplanned
Last Updated: 18 Feb 2021 08:33 by ADMIN

At the moment the GridViewNewRow can be placed at the top or at the bottom. Placing it between the rows will require new virtualization mechanism. 

Completed
Last Updated: 14 Oct 2015 14:02 by ADMIN
When DragElementAction="ExtendedSelect" in GridView is set, there is a problem with the deselecting
behaviour. Ctrl + click no longer deselects the row.

The problem should be resolved with lib version 2015.3.1019.
Unplanned
Last Updated: 29 Jul 2020 09:57 by ADMIN
Created by: Heiko
Comments: 1
Category: GridView
Type: Feature Request
4
When exporting there are several ways of telling the exporting class which column to exclude during export (through options or by cancelling the export of the column in an event). It would be easier if there was an "IsExportable" property on GridViewDataColumn so that the export can take that into account. No options or events would then be necessary when exporting.
Completed
Last Updated: 28 Jun 2023 13:29 by ADMIN
Release LIB 2023.1.703 (3 Jul 2023)
When using XAML binaries and applying the Windows 11 theme, the group expander feature in GridView is not working.
Completed
Last Updated: 14 Mar 2014 10:36 by ADMIN
IsReorderable of a column is not respected when ReorderColumnsMode is different than the default one

Fixed with LIB version 2014.1.317.
Completed
Last Updated: 18 Jun 2018 05:51 by ADMIN
The expanded state of the hierarchical item is not preserved when searching thought search panel for something that is not found and clearing search text.
Completed
Last Updated: 30 Oct 2015 10:49 by ADMIN
When KeyboardNavigation.TabNavigation is set to Once, RadGridView does not lose the focus after the second time it's focused.
Completed
Last Updated: 20 Apr 2020 05:17 by ADMIN
Release LIB 2020.1.420 (04/20/2020)
Loading items in RadGridView takes too much time due to operations executed on the UI. 
Unplanned
Last Updated: 31 Oct 2016 12:52 by ADMIN
Unplanned
Last Updated: 19 Jul 2018 15:29 by Michael
ADMIN
Created by: Ivan Ivanov
Comments: 5
Category: GridView
Type: Feature Request
4

			
Completed
Last Updated: 15 Feb 2017 09:05 by Mathieu
Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.