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: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: GridView
Type: Bug Report
0
When a user enters some data in a cell, then clicks in an empty part of RadGridView and finally clicks a button that calls the Update on the table adapter, no changes are committed to the DB. 
However, this case should be covered and there should be changes in the DataSet
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: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
0
If there are DateTime values less than "1900-01-01", the exported file cannot be opened from MS Excel because it does not support them. 

To Do: a warning for invalid excel values before exporting.
Completed
Last Updated: 06 Apr 2015 13:57 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
0
When AutoSizeRows = true and there is column with multiline text values, when hiding that column - shrink row height accordingly.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
0
related to RadGridView AutoSizeRows property and layout logic for row height
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
0
If you have two (or more) child views in RadGridView and one of them has horizontal scrollbar and greater height (more rows), when switching to it from a smaller one, the scrollbar overlaps latest row.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: GridView
Type: Bug Report
1
When user types in non-numeric input into filter cell, exception is thrown. Expected behavior would be that grid just ignores such a value.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
1
When update certain record of underling DataTable, the RadGridView makes this record as CurrentRow. This leads to unwanted scroll and select of this row.
Comment: Set the SelectLastAddedRow property of the GridViewTemplate to false.
Completed
Last Updated: 23 Apr 2014 12:56 by Jesse Dyck
ADMIN
Created by: Martin Vasilev
Comments: 1
Category: GridView
Type: Bug Report
1
If there are AutoSizeRows = true and TextBox column with Multiline=true then puting the column in edit mode is impossible. 

Please note that this worked with Q2 2009 SP1, but there are two glitches:
- in the first edit, the grid's row loses its heigh
- In edit mode if arrow up key is used to navigate inside the text when cursor is in second row, next arrow up press brings the cursor to upper cell instead to the first row of the text.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
0
When MessageBox is used in CellValidating event and during editing the RadGridView loses focus (for example click on button outside the grid), the event has been thrown twise.
Completed
Last Updated: 09 Dec 2009 03:16 by ADMIN
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
1
If RadGridView is instanced, but not added to form's controls or its Visible property is set to false, the ExportToExcelML fails with exporting blank file or throwing exception.
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: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
0
In a DateTime column if you creating a new row, when enter into a DateTime cell the default date appears, but when you procceed to the next cell it does not saved. You have to open the DropDown Calendar and chose the same date as already shown to save it in the newly created row.
Completed
Last Updated: 23 Apr 2014 12:56 by Jesse Dyck
ADMIN
Created by: Martin Vasilev
Comments: 1
Category: GridView
Type: Bug Report
2
When adding new row, before finishing it - leave the grid focus (click a button outside the grid for example). The new row has been added but RowValidating event does not thrown.
Completed
Last Updated: 23 Jun 2014 10:41 by ADMIN
Add similar like DateColumn.DateTimeMode property for GridViewDateTimeColumn. Link in MSDN: http://msdn.microsoft.com/en-us/library/system.data.datacolumn.datetimemode.aspx
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.