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 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: 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
1
When, the end user, chose "Equals" for filter in Boolean column, the unchecked check box element is shown, but the records remains unfiltered. It should shows only records with value=false (unchecked).
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
1
The exception is thrown if the CellBeginEdit event had been canceled and the form which contains the RadGridView has been closed
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
1
If you want to cancel CurrentRowChanging (e.Cancel=true), when you click on next row's check box column, it throws the event twice and the next rows' check box has been improperly checked.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Bug Report
1
Expand All method does not work as expected if there is grouping applied.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
1
Default sort in excel-like filtering menu always is as text. Should be appropriate for given data type (for example numeric or DateTime)
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: GridView
Type: Feature Request
1
Include an easy way to clear selection and current row if the data source changed. Currently, it sets the first row as current and there is not a clear way to avoid this on every data source change.
Completed
Last Updated: 17 May 2012 07:38 by ADMIN
If the child template of a grid has a HtmlViewDefinition and AutoSizeColumnsMode property set to Fill, the cells are not measured properly when the row is resized horizontally.
Completed
Last Updated: 29 Jun 2015 10:48 by ADMIN
Completed
Last Updated: 14 Apr 2010 04:46 by ADMIN
The issue appears when there are two open child views.
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: 17 Nov 2010 06:25 by ADMIN
1. Add a summary row
2. Pin the summary row at bottom
3. Change the add new row position to be bottom
4. Try calling the ScrollToRow method
Completed
Last Updated: 17 Nov 2010 07:18 by ADMIN
1. Add three columns in RadGridView
2. Fill several rows with long text data
3. Set the AutoSizeColumnsMode property to Fill
4. Run the project
5. Double click between the second and the third column to start the best-fit method
Completed
Last Updated: 03 Jun 2011 04:57 by ADMIN
Generating hierarchy with related objects is not working properly. There are no items in second level.
Completed
Last Updated: 22 Feb 2011 08:52 by ADMIN
The ScrollToRow method is not working in hierarchy with tabbed child views
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: 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: 21 Feb 2012 11:56 by ADMIN
This issue appears when using hierarchy and the row height is customized.