This is a migrated thread and some comments may be shown as answers.

What's wrong with serverPaging?

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kori
Top achievements
Rank 2
Kori asked on 09 Apr 2013, 04:56 PM
Alright, so here's a point of frustration. We would like to use custom serverPaging and have the parameters passed back, like pageSize, current page, etc. According to the *SPARSE* documentation, it's possible if you just follow this documentation here.

So, the issue we're having is that it doesn't work.

I've created a sample, available here.

1 Answer, 1 is accepted

Sort by
0
Kori
Top achievements
Rank 2
answered on 09 Apr 2013, 06:37 PM
Ah, it looks like the only change was that the ajax data param needed to be:

..
data: JSON.stringify(options.data)
..
Tags
Grid
Asked by
Kori
Top achievements
Rank 2
Answers by
Kori
Top achievements
Rank 2
Share this question
or