I want to compare two data types side-by-side in one PivotGrid. Conceptually the Fields tree should look like:
DATA 0
├─ Area Data 0
└─ Period Data 0
DATA 1
├─ Area Data 1
└─ Period Data 1
Measures
• Value Data 0
• Value Data 1
Then on Columns I’d place Area → Period under DATA 0 (and/or DATA 1) to get a hierarchical header.
Question
Is showing expandable hierarchy levels in the Fields panel supported with client-side data?
If yes, what’s the correct schema?
If not, what’s the recommended approach (e.g., model each level as its own dimension), and would PivotGrid v2 change this?
Product & version
Kendo UI for jQuery – PivotGrid (classic, not v2)
Reproduced on CDN builds 2023.2.718 and 2024.2.514
Browser: Chrome (latest)