Unplanned
Last Updated: 25 Nov 2019 14:00 by ADMIN
Scrollviewer is not updated when row details are collapsed.
Declined
Last Updated: 21 Apr 2015 13:04 by ADMIN
ADMIN
Created by: Pavel Pavlov
Comments: 5
Category: GridView
Type: Bug Report
11
When you place a DataTrigger whithin a CellTemplate, it is being ignored by RadGridView for WPF

Workaround ( until fixed ) - set the ContentTemplate of the cell via Style in a static resource instead.
Completed
Last Updated: 06 Nov 2015 14:31 by Patrick
Completed
Last Updated: 13 Mar 2024 09:45 by ADMIN
Release 2024.1.130 (2024 Q1)
Completed
Last Updated: 06 Nov 2020 14:46 by ADMIN
Release LIB 2020.3.1109 (11/09/2020)
The exception message is: "... is not a valid metadata type for type filtering operations. Type filtering is only valid on entity types and complex types." The exception is observed when using AggregateFunctions and setting up the data with EntityFramework. 
Completed
Last Updated: 13 Jan 2015 14:47 by Benjamin
ADMIN
Created by: Dimitrina
Comments: 1
Category: GridView
Type: Bug Report
8
The problem occurs from 2014 Q2.  It should be resolved with lib version 2014.3.1319.
Won't Fix
Last Updated: 23 Feb 2018 08:00 by ADMIN
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.

Completed
Last Updated: 01 Jul 2016 11:46 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Bug Report
7

			
Declined
Last Updated: 09 Feb 2016 15:30 by ADMIN
Columns with * width are not measured correctly when GridView is placed in ScrollViewer and its width is changed.
Completed
Last Updated: 27 Feb 2017 08:28 by Tor Andre
Version 2016.3.1024.45 (from nuget packages, if that matters)
Adding a new row with the "Add new row" button and then clicking the row indicator results in an extra row. Demo: http://recordit.co/Nn8y2z2YpI

Available in the R1 2017 SP1 Release.
Won't Fix
Last Updated: 30 Jun 2016 16:15 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: GridView
Type: Bug Report
7
Scrollbar scrolls unexpectedly when column width is changed. Check the following video for a reference:
http://screencast.com/t/Y6IwtREc
Completed
Last Updated: 22 Jun 2015 09:27 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: GridView
Type: Bug Report
7
Just run the attached project and scroll horizontally to the very end several times (at least two times).
I tried disabling the column virtualization but this did not help.

This issue will be resolved with Q2 2015. 
A new virtualization mechanism for ColumnGroups will be introduced with Q2 2015. A property EnableColumnGroupsVirtualization is exposed with default value True for enabled virtualization. Setting it to False will enable the old logic. 

Completed
Last Updated: 29 Aug 2016 12:50 by ADMIN
Border is not correct when FilterRow is on and Column header is wrapped. Sample and Screenshot attached.
Completed
Last Updated: 15 Jun 2018 15:51 by ADMIN
When you define a style targeted at GridViewCell with a color without transparency, horizontal grid lines are hidden.
Unplanned
Last Updated: 03 Aug 2016 13:07 by ADMIN
The group panel item image of a column with custom header is blurred
Completed
Last Updated: 15 Mar 2016 12:35 by ADMIN
There are cells exported for the group rows, but they are empty. If you define ColumnGroupDescriptors instead GroupDescriptors, then the exported data is the correct one.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
Columns data gets overlapped when columns are hidden and shown again
1 2 3 4 5 6