Declined
Last Updated: 01 Oct 2015 11:34 by ADMIN
PropertyChanged event is called for a cell with nullable value when is in edit mode and click on another cell
Unplanned
Last Updated: 03 Aug 2016 13:14 by ADMIN
Created by: Dean
Comments: 1
Category: GridView
Type: Feature Request
9
Please provide a property that will allow a message to be displayed to users when RadGridView is empty. 
Some users perception is that the program is not working properly when there is no data in the grid view so displaying a user-friendly message can be a useful way of preventing inquires and complaints.
Completed
Last Updated: 19 Oct 2017 08:39 by Eng
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. Also, no header text is displayed.

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: 03 Aug 2020 09:42 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: GridView
Type: Feature Request
9
Currently, the ControlPanelItem expose only standard CLR properties. Make them DependencyProperties so they can be data bound.
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: 12 Nov 2024 08:17 by ADMIN
Release Telerik UI for WPF 2024.4.1111 (2024 Q4)
Introduce a way to set the modifier key used for multi-column sorting.
Completed
Last Updated: 23 Feb 2018 07:51 by ADMIN
Created by: Tim
Comments: 8
Category: GridView
Type: Feature Request
8

			
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.
Completed
Last Updated: 16 Nov 2022 14:17 by ADMIN
Release LIB 2022.3.1121 (21 Nov 2022)
Created by: Lisitsa
Comments: 2
Category: GridView
Type: Feature Request
8
See this thread for more info:
http://www.telerik.com/forums/alternaterowbackground-doesn't-merged-with-rowstyle

It's  really common scenario, because a standard WPF DataGrid works like this.
Won't Fix
Last Updated: 23 Feb 2018 08:00 by ADMIN
Completed
Last Updated: 30 Apr 2018 13:18 by ADMIN
Available in LIB version 2016.3.1128, it will be also available in the 2017 R1 Release.
Unplanned
Last Updated: 06 Dec 2016 15:19 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
8

			
Unplanned
Last Updated: 18 Feb 2019 17:12 by ADMIN
Unplanned
Last Updated: 02 Apr 2019 13:23 by ADMIN
Created by: Carl Herlitz
Comments: 0
Category: GridView
Type: Feature Request
8
 
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: 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. 

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