Hi All,
Has anyone had any experience trying to paginate a datagrid, when the URL for a JSON store is to a ZF action?
The problem I have. ExtJs from what I have read sends ?start=x&limit=y
I can't seem to figure out how to get Zend to interpret that type of query, and was hoping there was a way to format the JSONStore param sting to set the url with /start/x/limit/y
Is this possible, or how can I use the existing way ExtJS posts the request with Zend?