Hi,
I am trying to find a good way to implement a load more paradigm for paging, where instead of the standard pager there is a load more button, which will load the next pages of data below the current page when clicked.
I have this working now by adjusting the pageSize of the datasource. I set it to the original pageSize * number of times the load more button was clicked. This works, but is inefficient since it pulls back records that are already loaded in the grid.
Thanks
I am trying to find a good way to implement a load more paradigm for paging, where instead of the standard pager there is a load more button, which will load the next pages of data below the current page when clicked.
I have this working now by adjusting the pageSize of the datasource. I set it to the original pageSize * number of times the load more button was clicked. This works, but is inefficient since it pulls back records that are already loaded in the grid.
Thanks