Objectdatasource and Gridview : Sorting, paging, filtering

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2009-08-14T17:04:40Z Indexed on 2010/06/11 10:42 UTC
Read the original article Hit count: 313

Hi there,

Im using entity framework 1.0 and trying to feed out a Gridview with a objectdatasource that have access to my facade. The problem is, that it seems to be particulary difficult and haven't seen anything that realy do what i want it to do on the internet.

For those who know, a gridview feeded with an objectdatasource, it can't sort automaticaly then you must do it manually. It's not that bad. Where it becomes a nightmare, its when we add paging and filter settings to a gridview's datasource.

After many hours searching on the internet, i'm asking you, guys, if anyone knows a link that can explain me how to mix Pagging, Sorting and filtering for a gridview and an objectdatasource!

Thanks in advance and sorry for my english.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sorting