Click here to Skip to main content
15,881,863 members
Articles / Web Development / ASP.NET
Article

Enable Twitter-Style Endless Paging for your ASP.NET GridView

Rate me:
Please Sign up or sign in to vote.
1.71/5 (9 votes)
9 Jul 2013CPOL1 min read 15.7K   6   7
Enable Twitter-Style Endless Paging for your ASP.NET GridView

This article is for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers

Check out this great new feature of the DevExpress ASP.NET GridView that allows your end-users keep scrolling using their mouse or finger on a touch device.

Endless Paging

Endless paging? What's that? Simply put, it's the ability of the Grid or DataView control to automatically load new content as you scroll or page down though the data. Take a look this short YouTube video to learn more:

New DevExpress ASP.NET feature for 2013.1 release

Mobile Touch Supported

This feature is especially great when you use the DevExpress ASP.NET GridView or DataView through a mobile browser like iPad’s Safari, Microsoft Surface’s IE10, or Google Chrome on Android tablets.

Touch events are supported by most DevExpress ASP.NET control for all 3 of the major vendor’s (Apple, Google, Microsoft) tablet devices.

Examples: Facebook, Twitter

Examples are all over the place on the social network sites: think of Facebook.com, or Twitter, or Pinterest, anywhere where there is a lot of data and you don't want to the halt the user experience by loading it all (even if it were possible or necessary).

Because Performance Matters

Try the blazing fast ASP.NET controls and MVC extensions by DevExpress. Voted best grid by readers of DevConnections Magazine.

Try a fully-functional version of DXperience for free now: http://www.devexpress.com/Downloads/NET/

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Mehul Harry is the web product manager at Developer Express where he works with and blogs about ASP.NET, HTML 5, and JavaScript. He has produced more than 200 technical videos and interviews on Windows development and developer culture.

He's also a fan of great scotch, family time, travel, and photography.

Check out his other writing and work:
Personal blog: http://www.mehulharry.com/
DevExpress work blog: http://devexpress.com/mehul

Comments and Discussions

 
GeneralMy vote of 1 Pin
Claudio cespon12-Sep-14 7:20
Claudio cespon12-Sep-14 7:20 
GeneralMy vote of 1 Pin
Vishal Pand3y31-Jan-14 0:12
Vishal Pand3y31-Jan-14 0:12 
General[My vote of 1] Vote of 1 Pin
Hasse Rygh15-Jul-13 21:39
Hasse Rygh15-Jul-13 21:39 
Garbage.
Question[My vote of 1] Voting 1 Pin
TimCirrus15-Jul-13 13:58
TimCirrus15-Jul-13 13:58 
GeneralMy vote of 1 Pin
Michal Brylka15-Jul-13 11:57
Michal Brylka15-Jul-13 11:57 
GeneralMy vote of 1 Pin
Galatei15-Jul-13 10:31
Galatei15-Jul-13 10:31 
GeneralMy vote of 1 Pin
jonataspc15-Jul-13 8:17
jonataspc15-Jul-13 8:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.