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.