Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Performance of SmarFit on large number of rows and columns?

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Performance of SmarFit on large number of rows and columns?
Link Posted: 22-Jan-2007 12:28
Has anyone used FlyGrid.Column.FitMode = SmartFit on a grid with large number of rows and columns?

We tried SmarFit on a grid with approximately 3000 rows x 60 columns and it took more than 50 seconds to display the grid (as compare to less than 1 second w/o the SmartFit).

Luong Vu
Deltek Systems, Inc.
Link Posted: 23-Jan-2007 00:06
Yes

I have the same problem

Solution:
1. At first fill table use SmartFit
2. Remeber colums width
3. At next fill use saved width of columns.

  

Robert
Link Posted: 23-Jan-2007 06:22
performance ColumnFitMode.SmartFit or ColumnFitMode.FitToText is directly depends on cells fecthing speed and row count.
Currently we're working on paging mechanism that will allow to used these modes on large amounts of data.