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.
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.
Completed
Last Updated: 13 Feb 2014 12:44 by Licensing
Scrolling performance is degraded when RowStyle/RowStyleSelector that sets Template property is explicitly applied
Completed
Last Updated: 02 Dec 2013 11:32 by ADMIN
'Cell is already in the collection' exception is thrown when multiple cells are copied and pasted in a sorted column
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)