The reason for the performance issues is the size of the ItemsSource for the combo column and the internal lookup logic. A new IsLightweightModeEnabled property of GridViewComboBoxColumn will be introduced with R2 2016. Its default value is False. When set to True, the new lightened lookup logic is triggered, thus the performance of the column is significantly increased.
RadGridView.ValidationType property will be available with R2 2016.
With R2 2016 RadGridView will introduce ValidationType property that indicates what type of validation input should be processed(INotifyDataErrorInfo, IDataErrorInfo, DataAnnotations).
With R2 2016 GridViewComboBoxColumn will expose a property IsLightweightModeEnabled. Setting the property to True should resolve the problem.
RadGridView's FooterRow is still part of the visual tree, even though its Visibility is set Collapsed.
Cell gets out of the edit mode when new items are added in the collection. The same scenario works correctly if alternation is applied by RowStyleSelector.
The problem should be resolved with LIB version 2016.1.404.
If I change Column.IsVisibility to FALSE, the column group headers are disappear and not restored. The problem should be resolved with LIB version 2016.1.404.
The problem should be resolved with LIB version 2016.1.404.
The problem should be resolved with lib version 2016.1.125.
The new properties will be available with Q2 2016.
When I have DistinctFilter set on the grid and I will search data from SearchPanel and then I will clear SearchPanel, Grid show me all data, not these from DistinctFilter, even if it's still set on the grid. UI for WPF Q1 2016
There are cells exported for the group rows, but they are empty. If you define ColumnGroupDescriptors instead GroupDescriptors, then the exported data is the correct one.
Fixed for GroupRenderMode="Flat".