The DevExpress ASP.NET Grid View (ASPxGridView) supports endless paging mode, which allows grid rows to load on demand. To enable this functionality, set the SettingsPager.Mode property to EndlessPaging. In this mode, the grid loads more rows automatically when the end-user scrolls down to the bottom of the control.
The loading panel is displayed while grid rows load.