Unplanned
Last Updated: 03 Aug 2016 13:17 by ADMIN
Created by: Andy
Comments: 1
Category: GridView
Type: Feature Request
12
Add an option to clear all filters at once to the column filters.
Completed
Last Updated: 16 Nov 2015 09:37 by ADMIN
Rows get duplicated when SortDescriptors are applied and items are added to SelectedItems collection by a behaviour.
Unplanned
Last Updated: 03 Aug 2016 13:11 by ADMIN
Application hangs on start up if GroupRenderMode is set to Nested, there is a column with Width Star and a group descriptor applied.
Completed
Last Updated: 07 Apr 2016 14:39 by ADMIN
Cell gets out of the edit mode when new items are added in the collection. The same scenario works correctly if alternation is applied by RowStyleSelector. 
Completed
Last Updated: 06 Mar 2015 09:44 by ADMIN
When RadGridView is grouped by a column with ShowColumnWhenGrouped property set to False and GroupDescriptors are cleared, the column does not get visible. 
Completed
Last Updated: 05 Nov 2014 10:23 by Andrew Chan
These issues should be resolved with lib version 2014.3.1110.
Completed
Last Updated: 22 Aug 2014 15:19 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
0
Resolved with lib version 2014.2.0825.
Completed
Last Updated: 06 Feb 2017 15:16 by ADMIN
Available in LIB version 2017.1.206 , it will be also available in the R1 2017 SP1 Release.
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
Declined
Last Updated: 16 Apr 2015 15:44 by ADMIN
ADMIN
Created by: Yordanka
Comments: 1
Category: GridView
Type: Feature Request
2

			
Completed
Last Updated: 02 Jun 2014 13:32 by ADMIN
RadGridView is consuming resources when its IsBusy property is set to False in Windows8, Windows8Touch, Office2013 themes. 
Declined
Last Updated: 23 Apr 2014 07:48 by ADMIN
Created by: Divya
Comments: 1
Category: GridView
Type: Bug Report
0
We are using Radgridview in our wpf application which is autogenerated using Class Models. When the number of columns are quite huge(more than 35-40 columns), the performance of the horizontal scrollbar is quite poor and even worst when the data on the Grid is huge. Infact the experience it gives while scrolling seems as if the scrollbar is continuously growing. I have tried the following settings on the RadGridView in the xaml but there is no significant improvement in the performance:

EnableColumnVirtualization="True" EnableRowVirtualization="True" VirtualizingPanel.IsVirtualizing="True" VirtualizingPanel.VirtualizationMode="Recycling" ScrollViewer.CanContentScroll="False" ScrollMode="Deferred"
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
When a gridview is placed in TabControl, the following CodedUI tests will fail:

Test 1. Click on a column header to sort by that column.

Test 2. Click on a drop-down button to filter a column.

Test 3. Drag a column to group by it. 
Completed
Last Updated: 11 Dec 2014 15:47 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 03 Aug 2016 13:16 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
The workaround could be using QueryableCollectionView instead. Still, it does not suggest the exact same functionality as ICollectionView.
Declined
Last Updated: 13 Jul 2016 11:26 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: GridView
Type: Bug Report
0

			
Declined
Last Updated: 13 Jun 2016 16:39 by ADMIN
ValidationErrorHandler does not get invoked when validating in view mode and System.ComponentModel.INotifyDataErrorInfo interface is implemented.