How do I implement paging in Silverlight 3 datagrid?

I was trying to implement Grouping and paging in silverlight 3 datagrid, I found ways to do both with a PagedCollectionView

class,

but the problem is I need the ASP.Net datagrid tradition, how can I paging, how can I do this? any idea?

+2


source to share


1 answer


I would recommend using .NET RIA Services, which includes a DataPager control. You can easily hook up a script in Xaml, here's an example:



http://msmvps.com/blogs/theproblemsolver/archive/2009/04/27/paging-with-the-silverlight-ria-services-domaindatasource.aspx

+1


source







All Articles