get data control by click pagination ..

get data control by click pagination ..

farhadtablefarhadtable Posts: 47Questions: 27Answers: 1

I want information from the server when we click on the first page only when the amount is 10 record and just show button page 1
Of course information is loaded 1000 record and i want to 10 the next record again just show button page 2 ، And so the

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    I'm afraid I don't really understand what you are looking for. Could you elaborate please?

    Allan

  • saurabhglsaurabhgl Posts: 1Questions: 0Answers: 0

    Hi Allan,

    Suppose, I have N=100 records in database table, now how to create 10 pagination button like (1,2,3 ... 10), then after, on each pagination click button event, how to call web service to render 10 records into datatable?

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Use server-side processing to get data on each page change.

    Allan

This discussion has been closed.