Completed
Last Updated: 05 Nov 2015 11:03 by ADMIN
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: 03 Aug 2016 13:14 by Licensing
Declined
Last Updated: 03 Mar 2015 12:01 by ADMIN
Declined
Last Updated: 28 Nov 2014 12:12 by ADMIN
Created by: Lisitsa
Comments: 3
Category: GridView
Type: Feature Request
2
It would be very nice to have a "transpose" functionality in RadGridView. There are ways to transpose data instead of GridView, but this way it would be difficult to configure bindings, styles and other parameters. PivotGrid isn't suitable in this scenario because of lack of editing.

There is an example of what is needed: https://rotatedwpfdatagrid.codeplex.com/. I was successfully using this example with a standard WPF DataGrid, but I don't know how to accomplish this in RadGridView.

There are already a few threads about this feature:
http://www.telerik.com/forums/transposing-columns-and-rows
http://www.telerik.com/forums/radgridview-can-be-transposed
http://www.telerik.com/forums/displaying-grid-data-in-column-row-format
http://www.telerik.com/forums/reverse-column-and-row-in-the-grid

Thank you!
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...
Completed
Last Updated: 23 Jun 2015 10:20 by ADMIN
ADMIN
Created by: Yoan
Comments: 2
Category: GridView
Type: Feature Request
2
А 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 Jun 2016 14:30 by ADMIN
Declined
Last Updated: 18 Jul 2016 11:05 by ADMIN
gridviewdatacolumn distinct filter does not respect culture when displaying dates.

All the other display do display the correct format
Completed
Last Updated: 11 May 2015 12:16 by ADMIN
ADMIN
Created by: Nick
Comments: 2
Category: GridView
Type: Bug Report
2

			
Declined
Last Updated: 28 Apr 2015 08:11 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:07 by ADMIN
Completed
Last Updated: 02 Jun 2016 15:03 by ADMIN
Completed
Last Updated: 29 Jul 2016 14:42 by Maarten
ADMIN
Created by: Stefan
Comments: 1
Category: GridView
Type: Feature Request
2

			
Completed
Last Updated: 16 Oct 2015 06:03 by ADMIN
Completed
Last Updated: 25 Apr 2016 12:29 by ADMIN
The reason for the performance issues is the size of the ItemsSource for the combo column and the internal lookup logic.

A new IsLightweightModeEnabled property of GridViewComboBoxColumn will be introduced with R2 2016. Its default value is False. 
When set to True, the new lightened lookup logic is triggered, thus the performance of the column is significantly increased.
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
The issue seems to be a bug with UI Row Virtualization since once I set it to False, it did not occur any more. You can also refer to the documentation on UI Virtualization: http://docs.telerik.com/devtools/wpf/controls/radgridview/features/ui-virtualization.html