LinqDataSource GridView’s And Paging

It seems that when using a LinqDataSource with a GridView control you cannot handle Paging even when AutoPage is set to false.
I receive the following message

AutoPage is disabled on LinqDataSource “Control Name Here” but paging has not been handled

In the LinqDataSource selecting event I can set e.Arguments.RetrieveTotalRowCount = false and receive no errors.  But now no results are returned.

Comments [0]