The NullReferenceException is observed when the GridView is Grouped and rebound in the CellEditedEnded event handler.
RadGridView is consuming resources when its IsBusy property is set to False in Windows8, Windows8Touch, Office2013 themes.
Wrong selection when data is real time updated
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.
Resolved with LIB version 2014.1.0428.
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"
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!
GridView ColumnGroup Header does not refresh when bound to view model
ArgumentOutOfRandeException in FlatLayoutStrategy.RealizeRows(). The exception occurs if RadGridView.GroupRenderMode="Flat"
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.
IsReorderable of a column is not respected when ReorderColumnsMode is different than the default one Fixed with LIB version 2014.1.317.
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>
InvalidOperationException in FilteringViewModel.ClearFilters()
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.
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.
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.