Unplanned
Last Updated: 05 Nov 2019 08:17 by ADMIN
Fritz
Created on: 05 Nov 2019 08:11
Category: GridView
Type: Bug Report
1
RadGridView: Filtering row height is not applied when the MinHeight of the GridViewColumnGroupRow is set

It seems that the GridViewColumnGroup.MinHeight has a big influence on the height of the filter cell.

Workaround:

this.radGridView1.AutoSizeRows = true;

0 comments