Unplanned
Last Updated: 15 Apr 2021 07:54 by Moon
Created by: Dinko
Comments: 1
Category: GridView
Type: Feature Request
2
For example, we can create the SUM() function for the cells in the ViewPort.
Unplanned
Last Updated: 15 Jul 2020 12:22 by ADMIN
Provide a way to change the ItemsSource of the control while it is exporting using SpreadStreamExport.RunExportAsync() method
Unplanned
Last Updated: 21 Sep 2021 11:58 by ADMIN
At this moment, the Search As You Type functionality can be customized. We can expose several methods so that the user can override the default search behavior and implement their own.
Unplanned
Last Updated: 09 Aug 2016 10:10 by ADMIN
All DragVisualProviders for the RadListBox, as described in http://www.telerik.com/help/silverlight/radlistbox-features-dragdrop.html, show as a bare minimum a horizontal line that clearly shows where the drop within the list will occur.

Unfortunately the RadGridView does not even have that out of the box for its DragVisualProviders, so dragging elements within a RadGridView provides no indication at all to where the drop will happen! This seems like a very basic feature the RadGridView should have to support dragging/dropping within it (which also seems like a very common functionality).
Unplanned
Last Updated: 28 Jun 2019 08:25 by ADMIN

Our requirement is to navigate through RadGridView table header using keyboard tab navigation.

The header may or may not include checkbox/filter button.

However on mouse focus on table headers , it get highlighted. This feature is currently not possible with tab navigation.

Unplanned
Last Updated: 03 Aug 2016 13:14 by Licensing
Unplanned
Last Updated: 03 Aug 2016 13:08 by Lisitsa
It's so strange that Telerik's components don't support such basic mechanics of WPF...
Unplanned
Last Updated: 16 Apr 2019 12:56 by ADMIN
When the RadGridView is bound to a collection of DynamicObject and runtime we add a new property to the objects, this new property will not be respected. The columns will not be refresh.
Unplanned
Last Updated: 29 Jan 2019 14:30 by ADMIN
Created by: Dinko
Comments: 0
Category: GridView
Type: Feature Request
2
Expose a collection which holds the region of the currently selected cells.
Unplanned
Last Updated: 05 Dec 2023 16:01 by ADMIN
Created by: Stenly
Comments: 2
Category: GridView
Type: Feature Request
2
Add support for binding to properties of type GUID.
Unplanned
Last Updated: 31 Jul 2019 12:50 by Alain
Unplanned
Last Updated: 15 Jun 2018 15:34 by ADMIN
Currently search tries to match the search value to the complex object value, which always provides negative results. Adding such property will enable search over a primitive type, or string property of the given object.
Unplanned
Last Updated: 19 Jun 2018 08:55 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 2
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 14 Sep 2018 14:01 by ADMIN
ADMIN
Created by: Vladimir Stoyanov
Comments: 0
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 04 May 2018 12:28 by ADMIN
Unplanned
Last Updated: 09 Feb 2018 16:39 by ITC
The unconfirmed inputs of filter row editors are being destroyed together with the editor itself in column-visualized GridViews. There's an easy solution for it (store what was in there and restore upon recreation) and we're waiting for an official fix for this "expected behaviour" since three+ years.
Unplanned
Last Updated: 29 Sep 2017 13:08 by ADMIN
Same as the one available in Excel. Please check the attached screenshot.
Unplanned
Last Updated: 03 Nov 2017 09:55 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 07 Nov 2017 09:32 by Simon
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: GridView
Type: Feature Request
2

			
Unplanned
Last Updated: 31 Jan 2017 12:05 by ADMIN
Provide an option to group a column which is based on an enum by the enum value, but display the DescriptionAttribute or DisplayNameAttribute if existing.
So many times you have sort/group a column by its value like 1,2,3 but display the Description like "Delivery", "Ready", "Pickup". Of course I could add a column to my class which presents the DescriptionAttribute, but then grouping/sorting is wrong: "Delivery", "Pickup", "Ready". It would by much easier if there is an option like "UseDescription". There is something similar with Teleriks "EnumDataSource" which IS using the Description or DisplayName so it should not be that hard to implement the same logic for RadGridView.