Hi Everyone
I've tried to use your Grid with a LinqDataSource but ran into the issue that i actuely can bind the LinqDataSource to the Grid, but im not able to Page it.
Since this is a rather complex problem, i've tried to simplify it down and created a simple aspx page to show what i encountered
I wasn't able to use an IQueryable<T> for the this example, but the issue also occurs when using a simple IEnumerable<T>.
Here's a like to my aspx file:
https://dl.dropbox.com/u/13288666/EOTest.zipDoes anyone have a clue how I can get paging to work while using a LinqDataSource?
Thanks in advance!
Cheers
Mike