Unplanned
Last Updated: 03 Aug 2016 13:13 by ADMIN
Completed
Last Updated: 25 Apr 2016 09:19 by Milan
Unplanned
Last Updated: 03 Aug 2016 13:13 by ADMIN
The functionality is documented at http://docs.telerik.com/devtools/wpf/controls/radgridview/filtering/icolumn-filter-descriptors and for the time being the functionality can be achieved by implementing an attached behavior. 
Completed
Last Updated: 12 Jul 2016 09:50 by ADMIN
ADMIN
Created by: Maya
Comments: 1
Category: GridView
Type: Bug Report
1

			
Completed
Last Updated: 07 Mar 2016 14:48 by ADMIN
Completed
Last Updated: 13 Feb 2014 12:44 by Licensing
Scrolling performance is degraded when RowStyle/RowStyleSelector that sets Template property is explicitly applied
Unplanned
Last Updated: 16 Apr 2024 12:36 by Martin Ivanov

Empty cells appear when the RadGridView contains many cells in the viewport and the view gets resized.

To work this around you can extract and modify the ControlTemplate of GridViewCell, in order to set the MinHeight property of the "PART_ContentPresenter" element to a number close to the RowHeight of the RadGridView control.

Completed
Last Updated: 01 Jul 2024 11:22 by ADMIN
Release 2024.2.701 (Preview)

Column groups may disappear when the RadGridView control is hosted in a TabItem of TabControl. These column groups can disappear when new GridViewColumnGroup instances are created.

Furthermore, resizing a column of RadGridView will result in a NullReferenceException.

To work this around, set the EnableColumnGroupsVirtualization property of RadGridView to False.

Completed
Last Updated: 10 Nov 2015 09:38 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
1
ClipboardCopyMode enumeration will expose a new property - SkipNullOrEmptyValue - setting whether null/empty value will be copied or not. Thus if copying cells from a column with multiple empty values, will not have a result in the pasted text, but rather be skipped.
Unplanned
Last Updated: 18 Jan 2024 07:45 by Renato
Allow customization of selected unfocused state through RadGridViewRow style.
Completed
Last Updated: 13 Mar 2024 09:44 by ADMIN
Release 2024.1.219 (Preview)
NullReferenceException can be raised when scrolling vertically.
Unplanned
Last Updated: 29 Nov 2023 14:34 by Martin Ivanov

The vertical scrolling seems to become very slow and even unresponsive, when the following conditions are met:

  • left and right frozen columns count is 0
  • the summary width of all columns is smaller than the width of the RadGridView element

To minimize the issue, you can set the GroupRenderMode property of RadGridView to Nested.

Completed
Last Updated: 17 Nov 2015 11:38 by ADMIN
Completed
Last Updated: 17 Feb 2016 12:50 by ADMIN
Completed
Last Updated: 11 Dec 2015 08:14 by ADMIN
Completed
Last Updated: 13 Jul 2016 12:07 by ADMIN
To work around the issue, set the EnableColumnGroupsVirtualization property of RadGridView to True.
Completed
Last Updated: 08 Jan 2016 11:39 by ADMIN