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!
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.
PropertyChanged event is called for a cell with nullable value when is in edit mode and click on another cell
Wrong selection when data is real time updated
The problem should be resolved with lib version 2016.1.125
New row in Bottom position is not visible in the child grid when the grid has no items
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.
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).
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.
Add a bindable property to RadGridView which would allow the selection to be manipulated in MVVM scenarios.