Completed
Last Updated: 23 Jan 2017 06:50 by ADMIN
Provide option to enable changing the column display index when dragging group cell into the header row.

Available in the 2017 R1 Release (2017.1.117).
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.
Unplanned
Last Updated: 18 Feb 2019 17:12 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.
Completed
Last Updated: 23 Feb 2018 07:51 by ADMIN
Created by: Tim
Comments: 8
Category: GridView
Type: Feature Request
8

			
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: 19 Sep 2017 12:24 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
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

			
Unplanned
Last Updated: 03 Jun 2020 09:50 by LindenauAtSOG
Implement a way to group columns cells vertically.
Unplanned
Last Updated: 02 Apr 2019 13:23 by ADMIN
Created by: Carl Herlitz
Comments: 0
Category: GridView
Type: Feature Request
7
 
Unplanned
Last Updated: 23 Jul 2020 08:08 by ADMIN
Created by: Heiko
Comments: 1
Category: GridView
Type: Feature Request
7

Using SearchPanel and getting search results highlighted is a very usefull feature. However at the moment it is only possible to change the color of the highlight-portion of HighlightTextBlock. It would be nice if I have more formatting options like:

  • HighlightFontWeight
  • HighlightFontStyle

etc. So if I search for "find" I get results like "find me"

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

			
Unplanned
Last Updated: 03 Aug 2016 13:08 by ADMIN
Enhance aggregate functions (like Sum) in footers so they support expression columns in RadGridView. 

See the attached project. It works for DataColumn, but raises an exception that no suitable generic Sum method could be found when I set the Sum footer for an expression column.
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
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.
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.
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"
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!