Unplanned
Last Updated: 31 Jan 2017 12:05 by ADMIN
Provide an option to group a column which is based on an enum by the enum value, but display the DescriptionAttribute or DisplayNameAttribute if existing.
So many times you have sort/group a column by its value like 1,2,3 but display the Description like "Delivery", "Ready", "Pickup". Of course I could add a column to my class which presents the DescriptionAttribute, but then grouping/sorting is wrong: "Delivery", "Pickup", "Ready". It would by much easier if there is an option like "UseDescription". There is something similar with Teleriks "EnumDataSource" which IS using the Description or DisplayName so it should not be that hard to implement the same logic for RadGridView.
Completed
Last Updated: 18 Jun 2019 13:54 by ADMIN

When loading the columns from a file the columns are read in the order they are found in the Columns collection of RadGridView upon saving them.
Setting the DisplayIndex triggers the internal grid logic that ensures the DisplayIndex of each column is correct. 
The combination of the above two operations can cause the grid to invalidate the DisplayIndex of columns while deserializing them and thus setting invalid values.
To ensure correct behaviour when deserializing sort the columns by their display order property before returning them in ProvideValue()
Completed
Last Updated: 13 Sep 2017 12:52 by ADMIN
ADMIN
Created by: Nick
Comments: 0
Category: GridView
Type: Feature Request
2
The header row (the group headers in a GridView, or a parent row in a TreeListView) stays in the screen while scrolling until all the children rows have been scrolled.

The feature is available in R3 2017 Release of UI for WPF.
Check what's new in R3 2017 here: 
http://www.telerik.com/support/whats-new/wpf/release-history/ui-for-wpf-r3-2017
Completed
Last Updated: 21 Nov 2016 14:53 by Robert
Available in LIB version 2016.3.1121, it will be also available in the 2017 R1 Release.
Completed
Last Updated: 01 Jul 2014 07:33 by Paul
StackOverflowException is thrown when perfoming sorting, filtering or grouping on GridView bound to DynamicObject
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
The issue seems to be a bug with UI Row Virtualization since once I set it to False, it did not occur any more. You can also refer to the documentation on UI Virtualization: http://docs.telerik.com/devtools/wpf/controls/radgridview/features/ui-virtualization.html
Completed
Last Updated: 01 Jul 2024 11:22 by ADMIN
Release 2024.2.701 (Preview)
When the selection mode is Extended the grid keeps a reference to a data item that is removed from the source.
Completed
Last Updated: 29 Jul 2016 14:42 by Maarten
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 08 Feb 2017 17:03 by ADMIN
In Development
Last Updated: 21 May 2024 10:28 by ADMIN
Exception when changing ItemsSource when it's a CollectionViewSource and grouping is applied.
Completed
Last Updated: 16 Oct 2015 06:03 by ADMIN
Completed
Last Updated: 25 Apr 2016 12:29 by ADMIN
The reason for the performance issues is the size of the ItemsSource for the combo column and the internal lookup logic.

A new IsLightweightModeEnabled property of GridViewComboBoxColumn will be introduced with R2 2016. Its default value is False. 
When set to True, the new lightened lookup logic is triggered, thus the performance of the column is significantly increased.
Unplanned
Last Updated: 03 Mar 2017 11:11 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
2

			
Completed
Last Updated: 15 May 2017 06:49 by ADMIN
Unplanned
Last Updated: 06 Mar 2018 16:20 by ADMIN
Completed
Last Updated: 03 Oct 2016 04:57 by ADMIN
Unplanned
Last Updated: 05 Dec 2023 16:01 by ADMIN
Created by: Stenly
Comments: 2
Category: GridView
Type: Feature Request
2
Add support for binding to properties of type GUID.