Unplanned
Last Updated: 17 Sep 2019 09:28 by ADMIN

If you have the following model, the columns that show the Test and Date properties (in the derived class) cannot be sorted or filtered.

 

public class RowModel
{
    public int Id { get; set; }
    public Bar FredBar { get; set; }
}
 
public class Fred : Bar
{
    public DateTime Date { get; set; }
    public string Test { get; set; }
}
 
public abstract class Bar
{
    public string Title { get; set; }
    public double Value { get; set; }       
}

<telerik:RadGridView.Columns>
    <telerik:GridViewDataColumn DataMemberBinding="{Binding Id}" />               
    <telerik:GridViewDataColumn DataMemberBinding="{Binding FredBar.Title}" />
    <telerik:GridViewDataColumn DataMemberBinding="{Binding FredBar.Value}" />
    <telerik:GridViewDataColumn DataMemberBinding="{Binding FredBar.Date}" />
    <telerik:GridViewDataColumn DataMemberBinding="{Binding FredBar.Test}" />
</telerik:RadGridView.Columns>

To work this around, set the IsCustomSorting property of the corresponding columns and implement a custom sorting in the Sorting event of RadGridView.

Unplanned
Last Updated: 16 Sep 2019 12:21 by ADMIN

Bind a grid to a DataView

Start editing and change the values of a few cells.

Press Escape twice to cancel the edit of the entire row.

Expected: the values return to the old values

Actual: the values remain the last entered ones

Completed
Last Updated: 13 Sep 2019 14:10 by ADMIN

The fix for this issue is available with LIB (version 2018.3.1126) published on Monday, November 26.
			
Completed
Last Updated: 11 Sep 2019 07:28 by ADMIN
Release R3 2019
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".
Declined
Last Updated: 26 Aug 2019 09:39 by Petar
When we make frozen column width bigger than the window will hide other columns. Scrolling is applied only to not frozen columns. So we can't scroll to see other columns.

A possible workaround is to set MaxWidth property of the column.
Completed
Last Updated: 22 Aug 2019 11:02 by ADMIN
Release LIB 2019.2.826 (08/26/2019)
My requirement is to give certain rows in the GridView a background color that is read from the database (so it's not a fixed list of colors). I use the RowStyle with a binding to the Background property. When the bound property is null, I fall back on the Transparent color.

This transparent background in combination with a GridViewComboBoxColumn sometimes causes rows to "stick" to the top or bottom of the grid. To simulate this, a ComboBox in the grid must be opened, then you need to scroll up or down until the field is outside the viewport. In some cases, the row sticks to the top or the bottom. After inspecting the Visual Tree, it appears that the row is still part of the Visual Tree, even though it is outside the viewport. I have attached a video and a sample project where you can see and test this behavior.
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. 
Completed
Last Updated: 01 Aug 2019 12:08 by ADMIN
Release LIB 2019.2.805 (08/05/2019)
The GridViewMultiColumnComboBoxColumn of RadGridView allows you to enter the edit mode of the corresponding cells even when the IsReadOnly or IsReadOnlyBinding properties of the column are set to True. 

This is also reproducible when RadGridView.IsReadOnly property is set to True

This is reproducible only when the SelectionMode is set to Multiple.

Completed
Last Updated: 18 Jun 2019 13:54 by ADMIN

When loading the columns from a file the columns are read in the order they are found in the Columns collection of RadGridView upon saving them.
Setting the DisplayIndex triggers the internal grid logic that ensures the DisplayIndex of each column is correct. 
The combination of the above two operations can cause the grid to invalidate the DisplayIndex of columns while deserializing them and thus setting invalid values.
To ensure correct behaviour when deserializing sort the columns by their display order property before returning them in ProvideValue()
Completed
Last Updated: 13 Jun 2019 14:06 by ADMIN
Release R2 2019 SP1
This is reproduced when the RadGridView is bound to a ListCollectionView and it is grouped. In such a case, when an item is edited, it is brought to the bottom of the group.
Completed
Last Updated: 13 Jun 2019 05:35 by ADMIN
Release R2 2019 SP1
When navigating through the cells with the left/right arrow keys, when the last column is reached normally the focus stays on that cell. However, when there are invisible columns on the left/right of the last visible one, the focus moves away from the grid.

As a workaround you can handle the PreviewKeyDown event of the RadGridView when the CurrentColumn is the last visible one.
Completed
Last Updated: 12 Jun 2019 15:38 by ADMIN
Release R2 2019 SP1

When the ItemsSource of the RadGridView is reset, disctinct values remain checked in the Filtering Popup. 

For a workaround, check the attached project. 

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: 03 Jun 2019 06:27 by ADMIN
Release LIB 2019.2.603 (06/03/2019)
Columns are not automatically generated when binding to an empty table passed by RadEntityFrameworkDataSource
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: 22 May 2019 12:02 by ADMIN

Users reported that the Text Search feature is misbehaving for certain columns in their grid.

We found that that if we take the Telerik example “DeferredSearching_WPF.sln", and change the "int" field+property to "long" , text search for a number indeed falls over.

Can you reproduce this?

Kind regards, Bertus Distributie ICT

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: 17 May 2019 15:17 by ADMIN
Release LIB 2019.2.520 (05/20/2019)
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.