Kendo Pivotgrid

0 Answers 60 Views
PivotGrid PivotGridV2
Enrico
Top achievements
Rank 1
Enrico asked on 12 Apr 2023, 01:27 PM

Hi,

How can I apply xmla data from asp.net core api to kendo pivotgrid using jquery.

So I created an endpoint that returns xmla data. just having a problem binding the data to the pivotgrid.

Nikolay
Telerik team
commented on 17 Apr 2023, 08:43 AM

Hi Enrico,

Did you set the schema.type to ''xmla?

schema: {
                type: "xmla"
            }

You can see a live example here: https://docs.telerik.com/kendo-ui/api/javascript/ui/pivotgrid/methods/setdatasource

Regards,

Nikolay

No answers yet. Maybe you can help?

Tags
PivotGrid PivotGridV2
Asked by
Enrico
Top achievements
Rank 1
Share this question
or