Intersoft Support Center

Implement Classic Paging in Client Binding

WebGrid enables classic paging in client binding.

In this topic, you will learn how to implement Classic Paging in Client Binding.

To implement Classic Paging in Client Binding

  1. Configure client-binding using ServerDataSource mode.
  2. Open WebGrid Designer. Select Popular Settings and click See all properties. Set the following properties.
    Properties Value
    PagingMode ClassicPaging
    PagingStyleUI Slider
    PagingLoadMode Custom
    PagingDataRetrievalMode ReturnPartialRow
    PagingSize 15

  3. Run the project.
Previous Next