Load More
The GridControl supports dynamic loading of new data items from a data source. This feature can be useful when working with a large amount of data that should be retrieved from a remote server over the network.
To enable this functionality, set the grid's IsLoadMoreEnabled property to true. Define a command in a view model and then bind it to the grid using the LoadMoreCommand property. When an end-user scrolls to the bottom of the grid, new data records are added to the end of the grid.
Related APIs: