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]
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]
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).