cloudscribe/cloudscribe.Web.Pagination

ToPagedList method returns 0 items

Closed this issue · 1 comments

It seems the ToPagedList extension method is returning 0 items back from any types of IEnumerable types I try. I've tried an IEnumerable, ICollection, and IQueryable.

The Demo seems to work fine, but not when I implement this in my application.

Nevermind, I determined the problem. The page index starts at 0.