Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Data Grid internal optimization
 

Data Grid internal optimization

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.

Marzk  Wednesday, August 30, 2006 4:39 PM

Are you sure about the perfomance issue is related to the DataGrid part. Would not be a query issue ?

Luis D. Rojas  Thursday, August 31, 2006 2:49 PM

You can use google to search for other answers

Custom Search

More Threads

• Best Practises with Remote SQL Server
• Can't tick datagridviewcheckboxcolumn
• pay pal coding
• datagrid
• datagridview checkbox column bound to bit field
• Problem with more no.of datagrid columns..??
• Problem in select command
• DataGridView Persisting Values to DataSet
• Multiple DataGrid Problems
• How to implement Complex DataBinding on Custom Controls?