Unplanned
Last Updated: 16 Apr 2024 12:36 by Martin Ivanov
Martin Ivanov
Created on: 16 Apr 2024 12:36
Category: GridView
Type: Bug Report
0
GridView: Empty cells when GroupRenderMode is Flat and the control is resized

Empty cells appear when the RadGridView contains many cells in the viewport and the view gets resized.

To work this around you can extract and modify the ControlTemplate of GridViewCell, in order to set the MinHeight property of the "PART_ContentPresenter" element to a number close to the RowHeight of the RadGridView control.

0 comments