Popularity
6.3
Growing
Activity
5.5
-
859
48
208

Description

This is fork of Troy's project PagedList(https://github.com/troygoode/PagedList). The main difference is that X.PagedList is a portable assembly. It means you can use it not only in Web projects but also in Winforms, WPF, Window Phone, Silverlight and other .NET projects.

PagedList is a library that enables you to easily take an IEnumerable/IQueryable, chop it up into "pages", and grab a specific "page" by an index. PagedList.Mvc allows you to take that "page" and display a pager control that has links like "Previous", "Next", etc.

Programming language: C#
License: MIT License
Tags: Web     HTML     Ui     MVC     Asp.net     MVC5     Application Frameworks     utilities     helpers    
Latest version: v8.0.5

X.PagedList alternatives and similar packages

Based on the "Application Frameworks" category.
Alternatively, view X.PagedList alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of X.PagedList or a related project?

Add another 'Application Frameworks' Package

README

X.PagedList

Build status

What is this?

This is fork of Troy's project PagedList. The main difference is that X.PagedList is a portable assembly. It means you can use it not only in Web projects but also in Winforms, WPF, Window Phone, Silverlight and other .NET projects.

PagedList is a library that enables you to easily take an IEnumerable/IQueryable, chop it up into "pages", and grab a specific "page" by an index. PagedList.Mvc allows you to take that "page" and display a pager control that has links like "Previous", "Next", etc.

How to use

You can find all information about how to use X.PagedList libraries in Wiki

License

Licensed under the MIT License.


*Note that all licence references and agreements mentioned in the X.PagedList README section above are relevant to that project's source code only.