0
kicks
Silverlight DataGrid – A Simple Pager Control
I love the fact that in Silverlight you can get all of your data onto the datagrid at the same time, rather than having to used a paged control as in ASP.NET. However I’ve found that some users really want the data paging to remain, which means that I’ve got to roll may own DataGrid paging control.