Completed
Last Updated: 21 Sep 2016 09:04 by ADMIN
GridViewColumn's IsVisible Binding breaks when you create an instance of a usercontrol.
Completed
Last Updated: 13 Jun 2016 16:35 by ADMIN
HeaderCheckBoxStyle of GridViewSelectColumn returns TextBlock as Header in Office2013 theme
Completed
Last Updated: 28 Jun 2023 13:29 by ADMIN
Release LIB 2023.1.703 (3 Jul 2023)
When using XAML binaries and applying the Windows 11 theme, the group expander feature in GridView is not working.
Completed
Last Updated: 14 Oct 2015 14:02 by ADMIN
When DragElementAction="ExtendedSelect" in GridView is set, there is a problem with the deselecting
behaviour. Ctrl + click no longer deselects the row.

The problem should be resolved with lib version 2015.3.1019.
Completed
Last Updated: 20 Apr 2020 05:17 by ADMIN
Release LIB 2020.1.420 (04/20/2020)
Loading items in RadGridView takes too much time due to operations executed on the UI. 
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
1. Scroll to near the bottom of grid.
2. Refresh the Grid, populating it with less items.
3. Should see mostly blank grid besides for bottom row.
4. If you scroll any the rows show back up.
Completed
Last Updated: 15 Feb 2017 09:05 by Mathieu
Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.
Completed
Last Updated: 18 Jun 2018 05:51 by ADMIN
The expanded state of the hierarchical item is not preserved when searching thought search panel for something that is not found and clearing search text.
Completed
Last Updated: 12 Jun 2019 10:35 by ADMIN
Release R2 2019 SP
When the bound to the RadGridView objects implement the IDataErrorInfo interface and an invalid cell is scrolled out of the viewport, the corresponding row becomes valid.
Completed
Last Updated: 04 Aug 2016 13:25 by ADMIN
Completed
Last Updated: 09 Oct 2018 06:33 by ADMIN
Excessive CPU usage when GroupRenderMode is set to Flat, RowDetailsTemplate is used and RowDetailsVisibilityMode is set to Visible. This issue is not reproduced only with Material,  Office2016,  Office2016Touch and Windows8Touch themes.
Completed
Last Updated: 10 Nov 2023 08:05 by ADMIN
Release R3 2023 SP1
Completed
Last Updated: 28 Jun 2016 15:09 by ADMIN
Completed
Last Updated: 03 Feb 2020 14:04 by ADMIN
Release LIB 2020.1.210 (02/10/2020)
There is a bug overriding the method ProvideCommandsForKey(Key key) in DefaultKeyboardCommandProvider.
When pressing F10, the received key is Key.System.

Completed
Last Updated: 08 Feb 2018 11:28 by ADMIN
To reproduce the problem, there need to be defined a huge amount of columns(400-500). The workaround is to call the Clear method of the Columns collection of RadGridView
Completed
Last Updated: 15 Mar 2021 14:29 by ADMIN
Release LIB 2021.1.322
Created by: LindenauAtSOG
Comments: 2
Category: GridView
Type: Bug Report
3

The class Telerik.Windows.Data.QueryableExtensions has a static dictionary "providerIsEntityFrameworkCore"

That dictionary will hold a reference (forever) to a collection that is set as Source for the GridView.

Reason is that non IQueryable-types will be wrapped in a EnumerableQuery<T> that will return itself as the provider (https://referencesource.microsoft.com/#System.Core/System/Linq/SequenceQuery.cs,44), encapsulating the reference.

This must be something introduced recently.

Completed
Last Updated: 20 Nov 2015 10:47 by ADMIN
Clicking outside the dialog should hide it.