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.
Completed
Last Updated: 02 Jun 2014 13:32 by ADMIN
RadGridView is consuming resources when its IsBusy property is set to False in Windows8, Windows8Touch, Office2013 themes. 
Completed
Last Updated: 29 May 2014 10:20 by ADMIN
ADMIN
Created by: Yordanka
Comments: 2
Category: GridView
Type: Feature Request
2
Wrong selection when data is real time updated
Completed
Last Updated: 15 May 2014 10:53 by Jeff
Completed
Last Updated: 23 Apr 2014 10:37 by ADMIN
Pasted rows are not correct after coping all rows with SelectionMode Extended. This is caused by the incorrect count of the cells in SelectedCells collection. 

Resolved with LIB version 2014.1.0428.
Completed
Last Updated: 23 Apr 2014 10:24 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Bug Report
0
Resolved with LIB version 2014.1.0428.
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!
Completed
Last Updated: 07 Apr 2014 11:42 by ADMIN
Completed
Last Updated: 02 Apr 2014 07:43 by ADMIN
Declined
Last Updated: 24 Mar 2014 13:58 by ADMIN
GridView ColumnGroup Header does not refresh when bound to view model
Completed
Last Updated: 18 Mar 2014 08:54 by ADMIN
ADMIN
Created by: Yordanka
Comments: 0
Category: GridView
Type: Feature Request
1
ArgumentOutOfRandeException in FlatLayoutStrategy.RealizeRows(). The exception occurs if RadGridView.GroupRenderMode="Flat"
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.
Completed
Last Updated: 14 Mar 2014 10:36 by ADMIN
IsReorderable of a column is not respected when ReorderColumnsMode is different than the default one

Fixed with LIB version 2014.1.317.
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>
Completed
Last Updated: 04 Mar 2014 12:34 by ADMIN
ADMIN
Created by: Yordanka
Comments: 0
Category: GridView
Type: Feature Request
4
InvalidOperationException in FilteringViewModel.ClearFilters()
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.