Completed
Last Updated: 17 Jan 2011 08:31 by ADMIN
The issue occurs when using a BindingSource bound to a DataSet as DataSource for combo box columns in RadGridView.
Completed
Last Updated: 12 Jan 2011 09:49 by ADMIN
RadGridView does not clear the GridSpinEditor value when navigating to another cell.
Completed
Last Updated: 12 Jan 2011 08:50 by ADMIN
RadGridView. Incorrect behavior of arrow keys when RightToLeft is enabled.
Declined
Last Updated: 26 Dec 2014 15:06 by ADMIN
Save\Load functionality of the control should work with ColumnGroupsViewDefinition.
Completed
Last Updated: 10 Jan 2011 09:45 by ADMIN
When switching from a child view that does not contain rows to one containing rows, the child view size is not updated and no child rows are shown.
Completed
Last Updated: 10 Jan 2011 12:02 by Jesse Dyck
If you go to The Demos >> Grid View >> Performance >> Load 50,000 rows. And then drag the group to group by the first two columns, then editing cells is slow.
Completed
Last Updated: 17 Oct 2019 09:43 by ADMIN
RadGridView can not change the current column (by using the IsCurrent of the desired column) in the CurrentColumnChanged event.
Completed
Last Updated: 20 Jun 2014 11:57 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
The issue may be releated to measure layout logic.

Ticked ID: 381352
One thing more I noticed.
Actually I do not think, this issue is a sorting issue, but rather some rendering issue, where the old version is much faster than the new one. 
If you compare the scrolling performance between the new and the old version, also here the old version is significantly faster.
So I think this is a more general issue, something with the rendering - or what you call it - of the visible part of the grid, which are faster in the old version.
Am I the only customer noticing this ?
Completed
Last Updated: 13 Feb 2014 13:15 by Jesse Dyck
ADMIN
Created by: Julian Benkov
Comments: 1
Category: GridView
Type: Bug Report
7
steps to reproduce: 

1- Apply filter in a date column by choosing Between. 

2- Leave default settings (change dates) and confirm 

3- Save layout 

4- Close the form 

5- Open the form and load the layout 

forum: http://www.telerik.com/community/forums/winforms/gridview/save-load-layout-issue.aspx#1475412 
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
1
RadGridView does not handle nullable DateTime objects correctly.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
2
IIF function in Expression for calculated columns does not work.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
Provide calculation of the 'Ceiling' function in a column expression:
column.Expression = "Ceiling(ColumnName)";
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: GridView
Type: Bug Report
1
RadGridView does not update its UI when a new item is added to/remove from its child BindingList collection or a property of the child object is edited (INotifyPropertyChanged is implemented for the child object).

Comments: We will not support the case when adding/removing items and object relational hierarchy is used.
Completed
Last Updated: 23 Dec 2010 10:01 by ADMIN
When Excel-like filtering dialog is used without explicitly setting the filter operation the filter dialog executes Contains operation and when the filtering is confirmed through the OK button, RadGridView executes Equals operation.

Comment: the issue is not the equals operations, the problem is that we escape the '*' characters.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
The issue appears when the form with the RadGridView control is minimized and the DataSource of the control is changed from 'null' to some value.
Completed
Last Updated: 23 Dec 2010 05:29 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
1
When grouping in RadGridView is performed, the best fit operation throws NullReferenceException.
Completed
Last Updated: 13 Feb 2014 08:41 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
Delete from BindingList lists bound to master and child templates. Invalid batch operation
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
While RadGridView is resized, the active combobox editor is placed in columns that are not current.
Completed
Last Updated: 22 Dec 2010 07:57 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
1
When date time filtering is performed for NotEqualTo or GreaterThanOrEqual operator, the filtered rows do not obey the filter's condition.
Completed
Last Updated: 22 Dec 2010 06:47 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
0
TextAllignment setting is not accepted neither through theme or through ViewCellFormatting event.