Unplanned
Last Updated: 08 May 2026 13:43 by Martin Ivanov
Martin Ivanov
Created on: 08 May 2026 13:43
Category: DataGrid
Type: Bug Report
2
DataGrid: Group header row duplicated when the GroupHeaderDisplayMode is set to Frozen

A group can get duplicated when the GroupHeaderDisplayMode is Frozen (this is the default mode). In this case, a group visual is drawn in both the frozen headers area and the scrollable area below.

To work this around, set the GroupHeaderDisplayMode property to Scrollable.

<telerikGrid:RadDataGrid x:Name="dataGrid" GroupHeaderDisplayMode="Scrollable">

0 comments