I am using the grid to display some json data returned from an ajax datasource
in the query I am returning between 50 and 100 rows of data
I have pagesize = 10
I have tried everything I could think of but it always says 1 page no matter how many records are actually in the result set.
How do I let the pager know how many pages there are?
the attached json.php shows the response I typically receive from a call
and the index.html is what I am using to generate the grid
in the query I am returning between 50 and 100 rows of data
I have pagesize = 10
I have tried everything I could think of but it always says 1 page no matter how many records are actually in the result set.
How do I let the pager know how many pages there are?
the attached json.php shows the response I typically receive from a call
and the index.html is what I am using to generate the grid