Completed
Last Updated: 03 Nov 2020 15:34 by ADMIN
Release LIB 2020.3.1109 (11/09/2020)
When performing a sort operation by clicking on the column header the cursor changes to a busy one if the operation takes longer. The same should be implemented when performing a sort by clicking on a group cell in the grouping panel.
Completed
Last Updated: 24 Feb 2022 16:01 by ADMIN
Release LIB 2022.1.228 (28 Feb 2022)
Part of the selection is lost when the ItemsSource of RadGridView is assigned to a VirtualQueryableCollectionView (VQCV) and select all action is executed (with Ctrl+A for example), and then the gridview control is scrolled. 
Completed
Last Updated: 06 Sep 2019 14:17 by ADMIN
Release R3 2019
Currently the string is localized as "Filtre" and it should be localized as "Filtrer".
Won't Fix
Last Updated: 01 Oct 2019 10:47 by ADMIN
Created by: Viktoria
Comments: 1
Category: GridView
Type: Bug Report
0
When there are items with longer text than the FilteringControl's default width, the FilteringControl resizes when scrolling to these items. This behavior is observed with all themes, different from Windows 8 and Windows 8 Touch.
Completed
Last Updated: 08 Aug 2019 08:21 by ADMIN
Release LIB 2019.2.812 (08/12/2019)
When the new value is selected from the GridViewMultiColumnComboBoxColumn, the event arguments in the CellEditEnded event does not contain the new value. 
Declined
Last Updated: 31 Oct 2019 14:09 by ADMIN
In some themes the arrow points up and in other themes the arrow points down. We should make sure that this behavior is consistent across themes. 
Completed
Last Updated: 18 Dec 2019 06:10 by ADMIN
Release Lib 2019.3.1223
Clicking on the hyperlink does not open the link in .Net Core.
Completed
Last Updated: 03 May 2019 08:03 by ADMIN
Release R2 2019
Nested property definitions are visible in situations when they don't match the filtering criteria.
Completed
Last Updated: 05 Apr 2019 10:55 by ADMIN
Release LIB 2019.1.408 (04/08/2019)
If your data contains uint, long or any numeric type different than Int32 or Decimal, the searching doesn't work.
Completed
Last Updated: 31 May 2019 14:43 by ADMIN
Release LIB 2019.2.603 (6/3/2019)
In multiple selection mode, the GridViewMutiColumnComboBox column does not respect its DisplayMemberPath property.
Completed
Last Updated: 14 Jun 2019 13:46 by ADMIN
Release R2 2019 SP
Completed
Last Updated: 21 May 2019 11:08 by ADMIN
Release LIB 2019.2.527 (05/27/2019)

The following exception is observed in certain cases:

at Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.FlatLayoutStrategy.RealizeMergedCells(Double frozenOffset, IEnumerable`1 mergedCells)

at Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.FlatLayoutStrategy.CalculateMergedCells(Boolean shouldInvalidateMeasure)

at Telerik.Windows.Controls.GridView.GridViewVirtualizingPanel.CalculateMergedCells(Boolean shouldInvalidateMeasure)

at Telerik.Windows.Controls.GridView.GridViewCellsPanel.ArrangeOverride(Size finalSize)

Completed
Last Updated: 08 Feb 2019 12:32 by ADMIN
Created by: Dinko
Comments: 1
Category: GridView
Type: Bug Report
0
This behavior is observed when Office2013 theme is applied. 
Won't Fix
Last Updated: 11 Oct 2019 14:20 by ADMIN

 Group rows which are not present in the view are not visualized when the window is maximized.

A possible solution here is to set the GroupRenderMode property to Flat.

Declined
Last Updated: 21 Jan 2019 11:03 by ADMIN
for radgridview,if CanUserFreezeColumns="True" ,
when adjust the FreezeColumnsResizer to the right,and then resize the left colum'width,
if exceed the visual area,these exceed area's column will disappear!
for example,the data virtualization sample for the radgridview,if set the FreezeColumnsResizer
to the 'Unit_Price' column behind,then adjust the 'Product_ID' column width to exceed the visual area,
at last by scroll,you can't find the exceed visual area columns
Completed
Last Updated: 31 Jan 2019 14:24 by ADMIN

To reproduce this:

  1. Set the ShowToolTipOnTrimmedText property of RadGridView to True.
  2. Hover a cell with trimmed text.
  3. Before the tooltip shows, move the mouse quickly, outside of the RadGridView control.
  4. Regardless of the fact that the mouse cursor is outside of the RadGridView control, the tooltip showing is not canceled and it shows after a second.

To resolve this, set the ShowToolTipOnTrimmedText of the gridview columns instead of the RadGridView control.
Won't Fix
Last Updated: 22 Feb 2019 15:56 by ADMIN


The fix for this issue will be available with the next LIB (version 2018.3.1224) expected on Monday, December 24.
Completed
Last Updated: 09 Mar 2023 16:59 by ADMIN
  • Open the GridView examples
  • In the available examples, select "Selection and Usability | Row Details"
  • Select a row in the grid view
  • In the external Details Presenter, select : nothing is displayed in the bottom.
  • You have to select another row and then come back to show the detail.

 

The fix for this issue will be available with the next LIB (version 2018.3.1217) expected on Monday, December 17.

Completed
Last Updated: 17 Dec 2018 11:43 by ADMIN

Change the Default Selected Filter Operator:
https://docs.telerik.com/devtools/wpf/controls/radgridview/filtering/how-to/howto-change-the-default-selected-filter-operator

This doesn't work for boolean columns, if the property "ShouldGenerateFieldFilterEditors" of the column is set to "True". 

Please see the attached example.

*** The fix for this issue will be available with the next LIB (version 2018.3.1217) expected on Monday, December 17.