Unplanned
Last Updated: 13 Jun 2022 09:10 by Robert Jr
Created by: Robert Jr
Comments: 0
Category: PivotGridV2
Type: Feature Request
4
Provide an export to Excel feature for the PivotGridV2, just like the one in the PivotGrid.
Unplanned
Last Updated: 04 Mar 2022 08:10 by ADMIN
Hi,

Unfortunately,  the KendoReact PivotGrid sorting is currently supported only for string values. This means that even if you set the field type to "date", the sorting will still be applied as if the field were a string. You can see that in this example: https://dojo.telerik.com/oZoTuMIC/55

Please extend your sorting mechanism so that the sorting covers types such as dates and numbers too. Please also consider the user's language when implementing this sorting. We receive date fields in the format yyyy-mm-dd and they should then be displayed in the user language in the UI. For example in German dd.mm.yyyy (i.e. 21.11.2021) or in English 11/21/2021. And please offer this feature for local data binding too.

Regards,

Oliver
Unplanned
Last Updated: 15 Nov 2023 13:01 by MARCO

Bug report
The PivotGridv2 does not calculate correctly Multiple measures with same type but different fields

Reproduction of the problem
Dojo: https://dojo.telerik.com/evubeHIz

Expected/desired behavior
PivotGridv2 should calculate correctly the fields when multiple measures with same type are defined

Environment
Kendo UI version: [all]
Browser: [all]

Unplanned
Last Updated: 15 May 2025 11:07 by Michal

Bug report

Pivotgridv2 measure is not slicing the data by the second attribute when expanding


Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/zmhjamtb

Value sum is correct (sliced) for all rows:

where the second row is expanded and not correctly sliced:



Environment

jQuery: 3.4.1

Kendo UI version: 2025.1.227
Browser: [all]

Unplanned
Last Updated: 19 Jun 2025 07:12 by Hanumantha
Created by: Hanumantha
Comments: 0
Category: PivotGridV2
Type: Feature Request
1

When the control is opened for the first time, the initial rendering behavior appears a bit awkward—it renders the control aligned all the way to the right. This doesn’t provide an ideal user experience.

To ovecome this I am using custom styles as demonstrated in the dojo linked here -  https://dojo.telerik.com/qtdksIeh.

However, I would like to request improvement of the PivotGridV2 initial loading appearance, so it is not needed to add custom style to the component. It would be great if the component is rendered on the entire width while loading (as it is after the data is loaded).