简体   繁体   中英

Datagrid is slow

I'm useing a DataGrid with has 2000+ records at the moment. The language this is written in is Silverlight 4. This amount is only going to grow in the future (with about 50 records each day). At the beginning (500- records) we had no problems with the speed. However at this point the system is getting realy slow. As soon as the page is loaded it takes about 5 minutes for all the records to be loaded and showed in the DataGrid. For this system 5 minutes really is way to long.
I heard some things about useing a DataPager and I would like to know if that is going to help improving the speed. And if anybody has some other ideas I can use to improve the speed of the DataGrid.
I included a picture of the datagrid:
数据网格

Thanks in advance.

EDIT:
I included the DataPager, does somebody has more ideas?
The DataPager made some great improvements, if however you have more ideas that could work improving the speed those are more as welcome!

The problem is the data has to go through Citrix, this means the data has to go over a 5 mbit line to another country.

The use of a DataPager should have a good performance upgrade. Hope this helps you!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM