Completed
Last Updated: 10 Nov 2014 10:40 by ADMIN
Completed
Last Updated: 06 Nov 2014 15:38 by ADMIN
The problem was initially reproduced by TestStudio users. It can also be reproduced with a codedUI test where the editor is searched by its AutomationID.

Error Message:

Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException: The playback failed to find the control with the given search properties. Additional Details: 
TechnologyName:  'UIA'
ControlType:  'Text'
AutomationId:  'CellElement_2_1'
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: 27 Oct 2014 12:44 by ADMIN
Created by: Vesko
Comments: 17
Category: GridView
Type: Feature Request
90
We would like to have the ability to merge cells vertically with same content. Consider to do the same horizontally.
Completed
Last Updated: 16 Oct 2014 08:41 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
0
The problem will be fixed with Q3 2014 official version.
Completed
Last Updated: 29 Aug 2014 14:34 by ADMIN
ADMIN
Created by: Nick
Comments: 0
Category: GridView
Type: Feature Request
0
Resolved with lib version 2014.2.0825.
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: 13 Aug 2014 07:57 by ADMIN
Completed
Last Updated: 28 Jul 2014 07:37 by ADMIN
Resolved with lib version 2014.2.714.
Completed
Last Updated: 28 Jul 2014 07:35 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
0
Resolved with lib version 2014.2.721.
Completed
Last Updated: 01 Jul 2014 07:33 by Paul
StackOverflowException is thrown when perfoming sorting, filtering or grouping on GridView bound to DynamicObject
Completed
Last Updated: 30 Jun 2014 11:16 by ADMIN
Completed
Last Updated: 30 Jun 2014 06:28 by Arthur
Declined
Last Updated: 06 Jun 2014 07:15 by ADMIN
The NullReferenceException is observed when the GridView is Grouped and rebound in the CellEditedEnded event handler.
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. 
Completed
Last Updated: 29 May 2014 10:20 by ADMIN
ADMIN
Created by: Yordanka
Comments: 2
Category: GridView
Type: Feature Request
2
Wrong selection when data is real time updated
Completed
Last Updated: 15 May 2014 10:53 by Jeff
Completed
Last Updated: 23 Apr 2014 10:37 by ADMIN
Pasted rows are not correct after coping all rows with SelectionMode Extended. This is caused by the incorrect count of the cells in SelectedCells collection. 

Resolved with LIB version 2014.1.0428.
Completed
Last Updated: 23 Apr 2014 10:24 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Bug Report
0
Resolved with LIB version 2014.1.0428.
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"