I have a general question about datagrids in win form application: Is there an internal optimization routines that kicks in when there is a large data to display?
I did some timing tests and discovered that it takes less time to display 20,000 rows of data with 66 columns that it would take to display 20,000 rows with only 33 columns.
Thanks.