Declined
Last Updated: 05 Mar 2015 16:50 by ADMIN
Declined
Last Updated: 03 Mar 2015 12:01 by ADMIN
Declined
Last Updated: 13 Feb 2015 10:42 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Bug Report
3
The sort index will not be displayed when applying a custom sorting without adding a SortDescriptor, You can consider implementing Custom Sorting using the IComparable interface instead. As an example please refer to the Custom Sorting with IComparable WPF Demo. Using a generic SortDescriptor would also be an option. 
Please check our online documentation for a further reference: http://docs.telerik.com/devtools/wpf/controls/radgridview/sorting/custom
Declined
Last Updated: 10 Feb 2015 15:50 by ADMIN
ADMIN
Created by: Nick
Comments: 2
Category: GridView
Type: Feature Request
4

			
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!
Declined
Last Updated: 06 Jun 2014 07:15 by ADMIN
The NullReferenceException is observed when the GridView is Grouped and rebound in the CellEditedEnded event handler.
Declined
Last Updated: 23 Apr 2014 07:48 by ADMIN
Created by: Divya
Comments: 1
Category: GridView
Type: Bug Report
0
We are using Radgridview in our wpf application which is autogenerated using Class Models. When the number of columns are quite huge(more than 35-40 columns), the performance of the horizontal scrollbar is quite poor and even worst when the data on the Grid is huge. Infact the experience it gives while scrolling seems as if the scrollbar is continuously growing. I have tried the following settings on the RadGridView in the xaml but there is no significant improvement in the performance:

EnableColumnVirtualization="True" EnableRowVirtualization="True" VirtualizingPanel.IsVirtualizing="True" VirtualizingPanel.VirtualizationMode="Recycling" ScrollViewer.CanContentScroll="False" ScrollMode="Deferred"
Declined
Last Updated: 09 Apr 2014 13:16 by ADMIN
Created by: Murali
Comments: 1
Category: GridView
Type: Feature Request
0
I have a RadGridView with RadLinearSparkLines as a column showing ~100 trends.  I am looking to save all sparklines when I save screenshot.
I tried by querying the RadGridView for desired size after a call to Measure(), and pass it to the Arrange().  However, the RadGridView renders within the bounds of its actual size but not the desired size.  I also noticed that the desired size is not as tall as the size required to render all rows.
Is there any way I can save RadGridView as PNG with all rows rendered in the image?

Thanks in advance for any tips!
Declined
Last Updated: 24 Mar 2014 13:58 by ADMIN
GridView ColumnGroup Header does not refresh when bound to view model
Declined
Last Updated: 17 Mar 2014 10:24 by ADMIN
Created by: hb
Comments: 1
Category: GridView
Type: Feature Request
2
Exporting to Excel for hierarchical grid view i.e parent and child grid.
The Output Excel should be looks like drill down report which child report can be hidden/visible.
Declined
Last Updated: 04 Mar 2014 15:57 by ADMIN
This Style is not applied when Windows8 Theme is set for the GridView (only) - it works if an ApplicationTheme is set. 
<telerik:RadGridView  telerik:StyleManager.Theme="Windows8" Name="clubsGrid" .../>

<Style TargetType="telerik:GroupHeaderRow" telerik:StyleManager.BasedOn="Windows8">

<Setter Property="ShowGroupHeaderColumnAggregates" Value="True" />

<Setter Property="Background" Value="Red"/>

</Style>
Declined
Last Updated: 26 Feb 2014 13:56 by ADMIN
Created by: Paul
Comments: 1
Category: GridView
Type: Feature Request
3
Enable multiple rows to be edited in a RadGridView at once.

We currently do this based on creating multiple row selection and editing the last selected cell and then applying the value (if valid to do so) across the selection.
Declined
Last Updated: 26 Feb 2014 13:52 by ADMIN
Add a bindable property to RadGridView which would allow the selection to be manipulated in MVVM scenarios.
Declined
Last Updated: 24 Feb 2014 09:58 by Kiranjeet
1) I created a 5 X 5 table.
2) Then I selected second column.
3) Then I applied Right Align to the selected column.
4)Then I Right clicked on the last row and selected Insert > Insert row below
5) It inserted the row with all cells left aligned.

The cells should adapt the alignment of the column they are in.
Declined
Last Updated: 21 Feb 2014 11:10 by ADMIN
ViewRow's background is not correctly colored when RadGridView is within RadBusyIndicator and it is busy. There is no problem if your are using GridViewLoadingIndicator.
Declined
Last Updated: 21 Feb 2014 10:56 by ADMIN
1. Set RadGridView's setting DragElementAction="ExtendedSelect". 
2. Open a window on selecting a row.
3. Close the window, the RadGridView becomes ExtendedSelect.

Note: Most probably this problem is actually caused by a limitation in the Silverlight platform. Once a Window is shown, there is no way to detect that the mouse is released.
Declined
Last Updated: 29 Nov 2013 10:01 by ADMIN
Created by: Daniel
Comments: 1
Category: GridView
Type: Bug Report
0
Hello Telerik  Team!

Are there any new informations concerning the below BUG?
(UniqueName-Property is causing binding errors) 
Is this fixed in one of the current versions? What are proper workarounds?

Identical Problem for Sylverlight:
http://www.telerik.com/community/forums/silverlight/gridview/gridviewdatacolumn-data-binding-to-uniquename---why.aspx

Regards Daniel
(DevCraft Customer)
1 2 3 4