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.
The problem was initially reproduced by TestStudio users. It can also be reproduced with a codedUI test where the editor is searched by its AutomationID. Error Message: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException: The playback failed to find the control with the given search properties. Additional Details: TechnologyName: 'UIA' ControlType: 'Text' AutomationId: 'CellElement_2_1'
The same works fine with the old Nested mode.
When a predefined RowTemplate is set with RowStyle property the Adding New Item functionality fails. As a workaround we suggest extracting a Style based on our GridViewRowStyle and targeting the GridViewRow. Available in LIB version 2016.3.1212, it will be also available in the 2017 R1 release.
Introducing an overload of ExportAsync that exposes some "export finished callback" that could be a custom Action delegate.
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.
When dealing with Date column filters show available options (similar to text filters) and support grouping based on Year, Month. This is a very handy feature of Excel.
I want to get ItemsSource by retrieving a list from a dictionary, so I need 2 parameters, but I can't use MultiBinding to do this!