Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a shared excel file that my vb.net project uses to import each sheet to a telerik gridview,
the problem is that for some telerik gridview to load it takes a long time because there are more than 10,000 records to load, my question is if there is a faster way to get this job done?

Thanks in advance for any help
(Client wants to keep using excel file so I cant change it)
I am kind of new at this but I catch on quickly
Posted
Comments
ZurdoDev 6-May-13 22:35pm    
The best way to speed it up is to implement paging so that not all 10,000 are loaded at once.

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