I have the pivot grid hooked up to an OData data source.
I notice that the pivot grid is making requests such as
http://localhost:52652/odata/PO?$inlinecount=allpages&measuresAxis=columns&rows[0][name][]=strBuyer&rows[0][expand]=false
Are the URL parameters that it's using and the required return data format documented anywhere?