Will be available with LIB version 2015.3.1026.
The issue seems to be a bug with UI Row Virtualization since once I set it to False, it did not occur any more. You can also refer to the documentation on UI Virtualization: http://docs.telerik.com/devtools/wpf/controls/radgridview/features/ui-virtualization.html
Tapping on GridViewGroupRow or GroupHeaderRow does not expand the group
GridViewColumnGroup.HeaderTemplate is not respected in Windows8, Windows8Touch and ExpressionDark themes. Instead, the name of the column group is its content. This is reproducible with both StyleManager and Implicit Styles. Should be resolved with lib version 2015.2.720.
Available in the R1 2017 SP1 Release.
The problem can be reproduced only when the previously focused element is in ToolBar or RadToolBar. It is not reproducible in the default scenario. Should be resolved with lib version 2015.2.713.
The RowStyleSelector is great for dynamically styling rows, but there doesn't seem to be an easy way to dynamically apply a style to selected rows - they just take on the default style. Something like a SelectedRowStyleSelector would be a great way to dynamically style selected rows. Thanks!
WinForms: http://www.telerik.com/help/winforms/gridview-grouping-setting-groups-programmatically.html You can find our online documentation on a detailed information on the currently supported grouping: http://docs.telerik.com/devtools/wpf/controls/radgridview/grouping/basics.html
GridViewColumnGroups.Header does not respect any content different from string when EnableColumnGroupsVirtualization is True. *** Workaround: Use HeaderTemplate property instead or set EnableColumnGroupsVirtualization to False in all themes different than Windows8, Windows8Touch and ExpressionDark. The problem should be resolved with version Q2 2015 SP1.
WPF Controls Samples -> GridView with Data Virtualization -> Edit UnitPrice and press Enter -> press ESC -> press Control+End. Workaround: press ESC one more time or commit the edit before pressing Control+End. * works fine with QueryableCollectionView.