We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon