Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1470
Loading grid with large amount of data
posted

Hi there

We are using the UltraWinGrid v13.2.20132.2023 in a VS 2010 .NET 4.0 C# WinForms application.

I have 2 large typed ADO.NET DataTables with each feeding there own UltraWinGrid.
Each table is loaded with approx 4000 rows of data.
There is NO Data Relationship between the 2 tables.
The tables are fully loaded with a SqlDataAdapter, I require them to be fully loaded as I need to chart on the data in the grid.

The data in both the grids is readonly but does require some formatting i.e. font color, back color etc.

The time to load the datasets is acceptable but due to the requirement to format rows in the grid I am finding that the time taken to load the data into the grids to quite considerable and I would like to gain some improvements.

Given my requirements what alternatives/options/techiniques do you think I could use to improve performance in loading the grids?

Thanks in advance.

Regards

Geoff