Wednesday, June 3, 2015

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

I was getting this error at a DevExpress ASPxGridView. I got around it by removing this from being inline within the dx:ASPxGridView tag:

DataSourceForceStandardPaging="true"

 
 

Alternatively, this suggests this may rear its head when inappropriately hydrating a grid with IQueryable instead of IEnumerable.

No comments:

Post a Comment