Resize header row through code

How can I change the height of the header row on a grouping grid?

1 Reply

AD Administrator Syncfusion Team April 20, 2005 08:53 AM UTC

Try setting this property. this.gridGroupingControl1.TableOptions.ColumnHeaderRowHeight = 40;

Loader.
Up arrow icon