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.
Completed
Last Updated: 10 Feb 2014 07:29 by ADMIN
Possibility user of control to add additional properties for serialization in xml file and load this repository with event to change behavior of control
Completed
Last Updated: 21 Dec 2010 07:19 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
1
The problem exist if Column.Remove() is executed for master level.
Completed
Last Updated: 20 Dec 2010 13:17 by ADMIN
Use the project in the support ticket to reproduce the issue.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
0
On DateTime column when IsNull or IsNotNull option has been chosen it throws exception.
Completed
Last Updated: 16 Dec 2010 04:28 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
2
Escaping special symbols in filter expression when used IsEqualTo operator
Completed
Last Updated: 15 Dec 2010 12:26 by ADMIN
1. Create a new project containing RadGridView
2. Set the MimimumSize and MaximumSize properties
3. Set the AutoSize property to true
4. Run the project and you will see that RadGridView is not in AutoSize mode
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
1
When adding a new row in underling data source and SelectLastAddedRow is true the newly added row is set as current but it is out of visible grid area.
Completed
Last Updated: 09 Dec 2010 07:30 by ADMIN
1. Create a new project containing RadGridView
2. Set the VirtualMode property to true 
3. Set RowCount and ColumnColunt properties to 10
4. Set the EnableFiltering property to true
5. Run the project and apply filtering