This problem is reproducible only in WPF and can be observed on both Row Context Menu and Header Context Menu QSF examples. The fix will be available with Q2 2015 version.
Focus stops moving but selection keeps moving when navigating through the keyboard down key. When the window is stretched so that the ScrollBar is not visible, the issue could not be reproduced.
GridViewDataColumn.IsVisible binding is broken in a custom scenario. The problem is reproducible only in child GridView.
It should be resolved with lib version 2015.1.504.
When you place a DataTrigger whithin a CellTemplate, it is being ignored by RadGridView for WPF Workaround ( until fixed ) - set the ContentTemplate of the cell via Style in a static resource instead.
The issue is reproducible with Q1 2015 SP1 version. With Q1 2015 it is not. In order to reproduce it, add at least one empty cell. When you try opening the excel file you get the an error that Excel will try to recover the file. Should be resolved with LIB version 2015.1.413.
Introducing an overload of ExportAsync that exposes some "export finished callback" that could be a custom Action delegate.
When RadGridView is grouped by a column with ShowColumnWhenGrouped property set to False and GroupDescriptors are cleared, the column does not get visible.