The problem should be resolved with LIB version 2016.1.404.
When tabbing in grouped RadGridView placed in Grid with another visual element inside it, GroupRenderMode is set to Flat and second group is not in ViewPort, selected row changed its state to Unfocused.
Currently, within the LoadItems() method the items are being iterated directly, thus a second query to the database is triggered. A separate list for this operation should be created.
Workaround: reused the cell element like this: CreateCellElement(Telerik.Windows.Controls.GridView.GridViewCell cell, object dataItem) { var button = cell.Content as Button; . . . return button; }
Not all of the FilteringControl elements have automation IDs. This fact prevents the proper usage of some automation frameworks.
InvalidOperationException, when sorting or filtering GridView and an observable immutable collection is used in a multithread application.
Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.