Wrup text

For the receipt functionality of WrupText I cause the function of GridModelRowColSizeIndexer.ResizeToFit having in Grouping grid more than 10000 records with 50 columns here this function works off very long. What can I use for the receipt of greater productivity?
A
lso I found at GroupingGrid the event of TableControlCurrentCellChanging but I need that as TableControlCurrentCellChanged...

1 Reply

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

Loader.
Up arrow icon