Inserting cellvalues

I need to insert about 30000rows x 30cols cellvalues (e.q. random integers) as fast as possible at runtime (e.q. pressing a button for insertion). What is the best way to do this with performance i mind? Tried wrapping .BeginUpdate() and .EndUpdate() (followed by .Refresh()) around my insertion-loop, but it still chews for several minutes on my PIII650.

1 Reply

AD Administrator Syncfusion Team February 18, 2003 01:18 PM UTC

Check out the Grid\Samples\In Depth\GridPopulationSample. It demonstrates different approaches how to fill a grid and the time it takes. Stefan

Loader.
Up arrow icon