AD
Administrator
Syncfusion Team
August 28, 2006 02:31 PM UTC
Hi,
Try the below code that resizes only the visible cells in the grid.
//
this.gridGroupingControl1.TableModel.RowHeights.ResizeToFit(this.gridGroupingControl1.TableControl.ViewLayout.VisibleCellsRange);
//
Thanks,
Rajagopal