Wednesday, January 21, 2009
by
Vladimir Enchev
|
I’ve made small demo how to perform server paging, sorting and filtering with RadGridView for Silverlight using ADO.NET DataServices and dynamic LINQ:
All operations are applied directly to the data-base server:
And you have minimal traffic between server and client:
With this approach you can handle millions of records!
Enjoy!
[Download]