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: 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: 15 May 2014 10:53 by Jeff
Declined
Last Updated: 15 Apr 2015 16:53 by ADMIN
Completed
Last Updated: 10 Nov 2014 10:40 by ADMIN
Declined
Last Updated: 01 Oct 2015 11:34 by ADMIN
PropertyChanged event is called for a cell with nullable value when is in edit mode and click on another cell
Completed
Last Updated: 02 Apr 2014 07:43 by ADMIN
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
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Feature Request
3

			
Completed
Last Updated: 20 Jan 2016 14:22 by ADMIN
The problem should be resolved with lib version 2016.1.125
Completed
Last Updated: 13 Jun 2016 16:38 by ADMIN
New row in Bottom position is not visible in the child grid when the grid has no items
Unplanned
Last Updated: 03 Aug 2016 13:10 by ADMIN
Declined
Last Updated: 09 Mar 2015 09:44 by ADMIN
Completed
Last Updated: 07 Apr 2014 11:42 by ADMIN
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: 30 Jul 2021 11:02 by ADMIN
Release R3 2021
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
3
As a user I would like to have Unfocused state for selected GridViewCells when SelectionMode="Cell". 
Similar to the Unfocused state for selected GridViewRows (you can check this article as a reference: http://​www.telerik.com/help/wpf/gridview-selection-unfocused-state.html).
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.