The MVC GridView extension supports an endless paging mode that allows for the loading of grid rows on demand. To enable this functionality, set the SettingsPager.Mode property to EndlessPaging, and the Settings.VerticalScrollBarMode property to Visible or Auto. In this mode, the grid loads more rows automatically when the end-user scrolls down to the bottom of extension content.
The loading panel is displayed while data is loading.
See Also:
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos |