AD
Administrator
Syncfusion Team
April 24, 2006 06:41 AM UTC
Hi Xavier,
The TableModel.RowHeights.ResizeToFit method can be used to auto size the row heights.
this.gridGroupingControl1.TableModel.RowHeights.ResizeToFit(GridRangeInfo.Row(2));// here 2 is the header row index.
Regards,
Calvin.