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.
Full error message: No generic method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic." Showing in design time, working at run time.
Expecting the popup to be kept open, its zorder is still on top of the grid it is linked on, but not on top of other applications whose zorder is closer to the user than the application window containing the grid.