How to implement a lazy loaded Silverlight data grid without using paging

前端 未结 3 581
长情又很酷
长情又很酷 2020-12-18 06:13

Using the Business Application template from the brand new released RIA Services, you can see lots of examples using the data grid on top of a DomainDataSource

3条回答
  •  伪装坚强ぢ
    2020-12-18 06:22

    It's called stealth paging. Component One has a sample of their DataGrid that uses Stealth Paging. As soon as you scroll down, it gets the next page.

    http://demo.componentone.com/Silverlight/ControlExplorer/#DataGrid/Stealth%20Paging

    Shows the demo, and you can download the sample which show the code.

    Hope this helps,

    Greg

提交回复
热议问题