FIX. RadGridView - the top border of the header cells is not displayed when the AutoSizeRows property is set to true and ViewCellFormatting event is used with ColumnGroupsViewDefinition
To reproduce: run the attached sample project and you will notice that the top border is missing as it is illustrated in the screenshot.
Workaround: set the RadGridView.AutoSizeRows property to false.