Completed
Last Updated: 31 Mar 2010 05:03 by Svetlin
When you edit a cell of a GridDateTimeColumn which is near the screen bounds, a part of the RadDateTimeEditor's popup is outside these bounds.

Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
Completed
Last Updated: 26 Mar 2010 03:28 by Svetlin
When you do HTML text formatting of cell and its width is less than the text width, the cell bounds are overlapped.
Completed
Last Updated: 24 Mar 2010 04:55 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
0
In hierarchy grid when EnableAlternatingColor property is to true, the rows' background color in child GridViewTemplate is not alternated.
Completed
Last Updated: 19 Mar 2010 12:35 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
Cell value is not persisted when adding new row with down arrow and "add new row" position is at bottom
Completed
Last Updated: 15 Mar 2010 05:39 by Svetlin
Subscribe to RowValidating event and cancel it by setting e.Cancel = true. When you try to add a new row, you are allowed to do so, although you should not be.
Completed
Last Updated: 12 Feb 2010 14:54 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: GridView
Type: Feature Request
0
Export the Winforms' RadGridView to html file format.
Completed
Last Updated: 12 Feb 2010 14:43 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: GridView
Type: Feature Request
0
Export the Winforms' RadGridView to cvs file format.
Completed
Last Updated: 04 Feb 2010 02:31 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
0
When New row is at the bottom and it is current and you try to submit a new record, the events RowValidating and CurrentRowChanged are not fired.
Completed
Last Updated: 03 Feb 2010 10:26 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
CellValidating and RowValidating events should fire always when closing an editor.
Completed
Last Updated: 02 Feb 2010 01:51 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
1
If the first column in a flat grid is a GridViewDateTimeColumn and you try to edit it by pressing '1' key without any mouse interaction, you get InvalidCastException.
Completed
Last Updated: 19 Jan 2010 01:29 by Svetlin
Created by: Svetlin
Comments: 0
Category: GridView
Type: Bug Report
0
The invisible columns are not shown in Column Chooser Form, when the form is shown before data binding with its data source.
Completed
Last Updated: 13 Jan 2010 08:40 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: GridView
Type: Bug Report
0
The editor should not cover the table header or scrollbars when the cell is partially visible.
Completed
Last Updated: 09 Dec 2009 03:16 by ADMIN
Completed
Last Updated: 08 Dec 2009 03:33 by ADMIN
The exception occurs only when AutoSizeRows is set to true and the binding code is inside the form's constructor.
Completed
Last Updated: 03 Dec 2009 07:26 by Svetlin
When you have a parent-child relation in GridView and try to add a new row in the datasource programmatically, the new row does not appear in the child table. Note: At the first time the row is shown. If you try to add second new row, it does not appear in the grid.