Unplanned
Last Updated: 02 Apr 2019 13:23 by ADMIN
Created by: Carl Herlitz
Comments: 0
Category: GridView
Type: Feature Request
7
 
Completed
Last Updated: 26 Mar 2018 06:46 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 2
Category: GridView
Type: Feature Request
7

			
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
Unplanned
Last Updated: 03 Jun 2020 09:50 by LindenauAtSOG
Implement a way to group columns cells vertically.
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: 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: 23 Feb 2021 07:59 by ADMIN
Release LIB 2019.3.1118
ADMIN
Created by: Dilyan Traykov
Comments: 2
Category: GridView
Type: Feature Request
6

			
Completed
Last Updated: 25 May 2023 13:34 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: GridView
Type: Feature Request
6

			
Completed
Last Updated: 22 Nov 2017 12:03 by Werner
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: GridView
Type: Feature Request
6
Added the CanUserSearchInHiddenColumns property which indicates whether users can search for content in hidden columns. The property is available with our 2017.3.1127 internal build.
Unplanned
Last Updated: 03 Aug 2016 13:20 by Ivan
The RowStyleSelector is great for dynamically styling rows, but there doesn't seem to be an easy way to dynamically apply a style to selected rows - they just take on the default style. Something like a SelectedRowStyleSelector would be a great way to dynamically style selected rows. Thanks!
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: 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: 16 Oct 2019 10:48 by ADMIN
Release R3 2019 SP1
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: GridView
Type: Feature Request
6

			
Completed
Last Updated: 09 Aug 2019 12:34 by ADMIN
Release R1 2019
Sample:
<telerik:RadGridView ShowSearchPanel="true" ShowSearchPanelCloseButton="false"
or
<telerik:RadGridView ShowSearchPanel="true" ShowSearchPanelCloseButton="Hidden"
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.
Unplanned
Last Updated: 26 Sep 2023 19:08 by alex
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: GridView
Type: Feature Request
6

			
Unplanned
Last Updated: 03 Aug 2016 13:10 by Ivan Pelly
this is not related only to grid-inside-grid scenario (HierarchyChildTemplate), but also for a flat (classic) grid control. If you have a GridView and any other control (ex TextBox), you will notice that if you move focus from GridViewCell to TextBox, both
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: 20 May 2019 13:07 by ADMIN
When two columns in two separate column groups have the same name and they belong two separate column groups, the column group names of the parent column groups can be appended to the display content of the GridViewGroupPanelCells.

For example, the duplicate Code columns in the attached image should have content "PG Code" and "VENUE Code" respectively.