Resizing header row in GroupingGrid

How does one resize the header row in a grouping grid? I have a couple of header columns that I want to show as multiline. I set the GridColumnDescriptor.Appearance.AnyHeaderCell.WrapText to true and I now have wrapped text. That''s good. However, it''s clipped at the top and bottom just slightly. I was hoping the call to Grid.TableControl.Model.RowHeights.ResizeToFit with IncludeHeaders to get some more padding, but it didn''t work. What am I mising?

1 Reply

AD Administrator Syncfusion Team April 30, 2005 01:34 AM UTC

You can explicitly set the row height using this.gridGroupingControl1.TableOptions.ColumnHeaderRowHeight = 38;

Loader.
Up arrow icon