I'm trying to display a large amount of data in a grid (~26,000 cells) under C#/VS2005. I'm looking for a fast display vehicle. I had been using SourceGrid. However, the basic grid was too slow. I switched to SourceGrid/ArrayGrid which is fast. However, I can't figure out how to write the headers.
I tried VS2005 DataGridView, but that's too slow.
I am hoping to find a grid object in VS2005 that is lightweight and fast. I'm looking for something with fixed header rows and columns, and scrollbars. Does this exist as part of VS2005? Is there something else out there (like SourceGrid/ArrayGrid) that would do the trick?
tia,
Bruce