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: