Completed
Last Updated: 29 Mar 2018 08:41 by ADMIN
An implicit style could be added:

<Style TargetType="telerik:FilteringControl" BasedOn="{StaticResource FilteringControlStyle}">
   <Setter Property="Background" Value="{telerik:FluentResource ResourceKey=AlternativeBrush}" />
</Style>
Completed
Last Updated: 22 Nov 2018 12:58 by ADMIN

The fix for this issue is available with LIB (version 2018.3.1126) published on Monday, November 26.
			
Declined
Last Updated: 21 Jun 2018 14:52 by ADMIN
The performance of the RadGridView scrolling diminishes significantly when the grid has thousands of rows and alternating row styles are used.  This causes scrolling to be virtually unusable.  I note this is a known limitation of the RadGridView from information from https://docs.telerik.com/devtools/wpf/controls/radgridview/troubleshooting/performance 

We have had to remove the alternating row styles from our current product while porting to the RadGridView.  I am requesting if this issue is going to be fixed in the future anytime soon.
Unplanned
Last Updated: 04 May 2018 12:28 by ADMIN
Unplanned
Last Updated: 09 Feb 2018 16:39 by ITC
The unconfirmed inputs of filter row editors are being destroyed together with the editor itself in column-visualized GridViews. There's an easy solution for it (store what was in there and restore upon recreation) and we're waiting for an official fix for this "expected behaviour" since three+ years.
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.
Completed
Last Updated: 25 May 2023 13:36 by ADMIN
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.
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: 28 Nov 2017 12:16 by ADMIN
Available in LIB version 2017.3.1204, it will be also available in the R1 2018 Release.
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. 
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.

 


Unplanned
Last Updated: 29 Sep 2017 13:08 by ADMIN
Same as the one available in Excel. Please check the attached screenshot.
Completed
Last Updated: 13 Nov 2023 11:53 by ADMIN
Release R3 2023 SP1
This happens in the following scenarios:

1. The FilterMemberPath points to the Date property of a DateTime one.
2. The column name contains "[]" square brackets.
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.

Completed
Last Updated: 21 Nov 2018 11:28 by ADMIN

The fix for this issue will be available with the next LIB (version 2018.3.1126) expected on Monday, November 26.
			
Unplanned
Last Updated: 03 Nov 2017 09:55 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
2

			
Completed
Last Updated: 22 May 2017 14:23 by ADMIN
When pasting data to create new rows(which are created in the AddingNewDataItem event), the pasting logic on the existing cells stops working.


Available in LIB version: 2017.2.529
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.
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