30 July 2013

The data source does not support server-side data paging.

Have you experienced this when you try to enable paging in GridView and you're using EF?

It happened when you used IEnumerable or IQueryable when you query the database. A simple workaround is to use a generic List<>.

No comments:

Post a Comment