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

PivotDataSource with OData

1 Answer 66 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
rwb
Top achievements
Rank 2
rwb asked on 27 Apr 2016, 09:15 AM

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?

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 29 Apr 2016, 08:31 AM
Hello,

I don't think we have a good description of what parameters are being sent to the service when binding to flat data.

My understanding is that it will essentially request all data from the service and use cube schema to reconstruct the cube on the client.
The additional parameters then are simply an indication of what is currently being shown that allow the service implementation to optimize.

I'll check with the developers to confirm.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
PivotGrid
Asked by
rwb
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
Share this question
or