Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a Collection, and its count is above 1000.

Now, i have assigned this Collection to the DataGridView Control as a Datasource in Windows Application (VB.NET)

That time it will take too many times for Binding process.

While Binding the collection as a datasource all the properties within that specific collection get fired. Assume collection has 1000 rows and grid has 40 columns. so that time it called 1000*40 times for properties.

Note: My DataGridView Control has 40 Columns.
Posted
Updated 24-Jul-14 20:50pm
v2
Comments
Pheonyx 24-Jul-14 9:10am    
Sounds like you probably need to implement some sort of paging.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900