Completed
Last Updated: 15 Oct 2020 10:09 by ADMIN
Release R3 2020 SP

When using INotifyDataErrorInfo, items are still validated even when the ValidationType property is None.

 

Please note that when the AutoGeneratedColumns property is set to true, the item's HasErrors property will be evaluated, but only once.

 

 

Unplanned
Last Updated: 15 Jul 2020 12:22 by ADMIN
Provide a way to change the ItemsSource of the control while it is exporting using SpreadStreamExport.RunExportAsync() method
Completed
Last Updated: 15 Oct 2020 11:57 by ADMIN
Release LIB 2020.3.1019 (10/19/2020)
When SpreadStreamExport.RunExportAsync() method is exporting large data it could take a while to export the grid. While exporting the grid, the ItemsSource changes to a new one with a different number of columns, NullReferenceException is thrown.
Completed
Last Updated: 14 Sep 2020 04:51 by ADMIN
Release R3 2020

The MatchAllTerms search mode doesn't behave as epxected when the GroupRenderMode property of RadGridView is set to Flat.

To work this around, set the GroupRenderMode property of RadGridView to True.

Declined
Last Updated: 21 Feb 2014 11:10 by ADMIN
ViewRow's background is not correctly colored when RadGridView is within RadBusyIndicator and it is busy. There is no problem if your are using GridViewLoadingIndicator.
Completed
Last Updated: 06 Apr 2020 08:32 by ADMIN
Release LIB 2020.1.406 (04/06/2020)

The GroupRenderMode of the RadGridVIew is set to Flat. The control is populated with items that implement the IList interface. The Count property of the custom objects needs to return value bigger than 1. So when the Delete button is pressed, the rows beneath the deleted one will also be deleted. Their number depends on the Count property of the custom object.

 


Completed
Last Updated: 06 Jul 2020 12:32 by ADMIN
Release LIB 2020.2.713
When using Entity Framework Core 3 an InvalidOperationException is received upon adding an AggregateFunction to a column. 
Won't Fix
Last Updated: 06 Sep 2016 08:48 by ADMIN
The last row is not fully visible when the gridview is scrolled to the bottom in case RowHeight is set to less than 20px. The less the row height the smaller the part of the last row which is visible. This is reproducible only in Office2013 theme. 
Won't Fix
Last Updated: 03 May 2022 13:40 by ADMIN
DataContext of rows is sometimes null when UI virtualization is enabled in the Flat group render mode.

The issue appears also without UI virtualization and in the Nested mode. It happens on ItemsSource reset of RadGridView, in case the old ItemsSource value wasn't empty. The DataContext is set to null for a brief moment before the old visuals are removed from the view, which causes issues in some scenarios related to CellTemplate
Completed
Last Updated: 11 Feb 2020 08:00 by ADMIN
Release R1 2020 SP1
The RowValidating event arguments give information about the edit operation that triggered the row validation - None, Edit or Insert. However, when the edit is canceled the EditOperationType is set to Edit. Change this and provide a new value (Cancel) or use None when the validation is canceled.
Completed
Last Updated: 08 Oct 2020 07:47 by ADMIN
Release LIB 2020.3.1012 (10/12/2020)
Created by: LindenauAtSOG
Comments: 3
Category: GridView
Type: Bug Report
2
As a Followup to this (Bad performance with grouping)Forumpost I managed to reproduce the issue now.
Since i cannot upload zip-files in the Forum I am doing it here.


The problem is, that a single grouping dramatically increases the time for sorting the values.
When the grouping is not present, sorting the same column is much faster.


It appears that it is related to the ammount of columns in total (not grouped).
The ammount of records is not so important, 100 (as in the attached sample) should not be significant.
Declined
Last Updated: 24 Feb 2014 09:58 by Kiranjeet
1) I created a 5 X 5 table.
2) Then I selected second column.
3) Then I applied Right Align to the selected column.
4)Then I Right clicked on the last row and selected Insert > Insert row below
5) It inserted the row with all cells left aligned.

The cells should adapt the alignment of the column they are in.
Declined
Last Updated: 17 Mar 2014 10:24 by ADMIN
Created by: hb
Comments: 1
Category: GridView
Type: Feature Request
2
Exporting to Excel for hierarchical grid view i.e parent and child grid.
The Output Excel should be looks like drill down report which child report can be hidden/visible.
Completed
Last Updated: 23 Jan 2020 12:47 by ADMIN
Release R1 2020
Created by: Dinko
Comments: 1
Category: GridView
Type: Feature Request
2
Expose a way to use Search As Type functionality with Accent Insensitive.
Completed
Last Updated: 15 Oct 2019 06:47 by ADMIN
Release R3 2019 SP1

When adding a new row and we click inside a DropDownContent of a DropDown control, the RadGridView loses focus. This way RowValidating event is called which is not expected.

Completed
Last Updated: 29 May 2014 10:20 by ADMIN
ADMIN
Created by: Yordanka
Comments: 2
Category: GridView
Type: Feature Request
2
Wrong selection when data is real time updated
Completed
Last Updated: 12 Feb 2020 12:23 by ADMIN
Release 2019 R3
Completed
Last Updated: 23 Apr 2014 10:37 by ADMIN
Pasted rows are not correct after coping all rows with SelectionMode Extended. This is caused by the incorrect count of the cells in SelectedCells collection. 

Resolved with LIB version 2014.1.0428.
Completed
Last Updated: 11 Dec 2014 15:47 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
When a gridview is placed in TabControl, the following CodedUI tests will fail:

Test 1. Click on a column header to sort by that column.

Test 2. Click on a drop-down button to filter a column.

Test 3. Drag a column to group by it.