Silverlight 4, How to Dynamic load rows into a data grid based on scrolling?
I have a datagrid and a PagedCollectionView with more than 1000 objects and a pagesize of 100. How can I add the PagedCollectionView to the datagrid such that when its scroll bar开发者_StackOverflow riches the bottom end will add an additional 100 rows to the datagrid?
This solved my problem:
http://weblogs.asp.net/manishdalal/archive/2008/10/09/stealth-paging-datagrid.aspx
精彩评论