I was trying to work on GridView and GridPager to provide user a fast UI but I hardly find any document about binding a datacontext to a gridview that will retain all the functionality like pager, server side sorting.
Basically most of the document shows to query from a table using linq and then Take(10) -> toList(). Which will not have the functionality like serverside sorting or pager.
Are there any example of showing this?
Basically most of the document shows to query from a table using linq and then Take(10) -> toList(). Which will not have the functionality like serverside sorting or pager.
Are there any example of showing this?