Completed
Last Updated: 25 Apr 2016 08:09 by ADMIN
With R2 2016 GridViewComboBoxColumn will expose a property IsLightweightModeEnabled. Setting the property to True should resolve the problem.
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
Completed
Last Updated: 26 Nov 2015 15:19 by ADMIN
The problem should be resolved with lib version 2015.3.1130.
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
GridViewDataColumn doesn't respect FallbackValue when the source property returns DependencyProperty.UnsetValue
Completed
Last Updated: 17 Nov 2015 11:38 by ADMIN
Completed
Last Updated: 23 Mar 2016 16:38 by Tino
The new properties will be available with Q2 2016. 
Completed
Last Updated: 13 May 2016 13:43 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
0
The issue is reproduced only with GroupRenderMode="Flat".
Unplanned
Last Updated: 17 Mar 2017 14:37 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 16 Aug 2018 10:59 by ADMIN
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.
Declined
Last Updated: 20 Oct 2015 11:24 by ADMIN
ADMIN
Created by: Maya
Comments: 1
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 13 May 2016 10:46 by ADMIN
Completed
Last Updated: 07 Mar 2016 14:48 by ADMIN
Completed
Last Updated: 12 Jul 2016 09:50 by ADMIN
ADMIN
Created by: Maya
Comments: 1
Category: GridView
Type: Bug Report
1

			
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. 
Unplanned
Last Updated: 03 Aug 2016 13:13 by ADMIN
I would like to be bale to modify at once several cells of a GridViewComboBoxColumn, when using the common ItemsSourceBinding for all rows (in my GridView, the selection ​is: SelectionMode="Multiple" SelectionUnit="FullRow").
So I would like for the selected rows to apply the same value as the edited cell.