aspnet-15467-components-grid-view-concepts-focus-and-navigation-paging-and-scrolling-endless-paging.md
Set the SettingsPager.Mode property to EndlessPaging to enable the grid’s Endless Paging mode.
In Endless Paging mode, the grid hierarchy is created on the server side, and is sent to the client side on demand based on user actions. The hierarchy is created based on row keys. Ensure that you specify the ASPxGridBase.KeyFieldName property so that the grid works properly.
Since the grid creates portions of its hierarchy only on the server side, visible row indexes can differ from the indexes on the client side. We recommend that you use the FindVisibleIndexByKeyValue method to get the visible index of the actual row before using it (for example, in the GetRowValues method).
In Endless Paging mode, a grid can be updated in the following two ways: