Hello,
I have a problem with KendoPivotGrid auto height while using jQuery 3.5.5.
See Dojo
The same issue was previously in KendoGrid, but now it's solved.
The pivot grid does not display the correct value after a series of expand and collapse actions.
Here are the steps for reproduction:
"Expand column "Mês/Ano"
Expand line "N1"
Expand line "N2" of N1 - "CUSTOS PRODUÇÃO"
Expand line "N3" of N2 - "MATERIA PRIMA"
Please, verify the value of the line N3 "PAPEL OFF SET", at column "09/2020" = ($27,184.00)
Expand line "N3" of N2 - "COMPRA DE IMOBILIZADO"
Expand line "N3" of N2 - "MERCADORIAS"
Expand line "N3" of N2 - "PESSOAL"
Expand line "N3" of N2 - "SERVICOS"
Expand line "N3" of N2 - "MANUTENÇÃO DE MAQUINAS"
Expand line "N2" of N1 - "DESPESAS"
Expand line "N3" of N2 - "PESSOAL"
Expand line "N3" of N2 - "DEDUCOES DA RECEITA"
Expand line "N3" of N2 - "DESPESAS GERAIS"
Expand line "N3" of N2 - "VEICULO"
Expand line "N3" of N2 - "COMPRA DE IMOBILIZADO"
Expand line "N2" of N1 - "CUSTOS VENDA"
Expand line "N3" of N2 - "COMISSOES VENDEDORES"
Expand line "N3" of N2 - "REEMBOLSO"
Expand line "N2" of N1 - "SOCIOS"
Expand line "N3" of N2 - "REEMBOLSO GASTOS SOCIOS"
Expand line "N3" of N2 - "RETIRADA"
Retract line "N1" (with sub-lines "N2" and "N3" still expanded)
Expand line "N2" (with lines "N1" and "N3" still retracted)
Expand line "N3" of N2 - "MATERIA PRIMA"
Expand line "N3" of N2 - "FRETE"
Expand line "N3" of N2 - "PESSOAL"
Expand line "N3" of N2 - "COMPRA DE IMOBILIZADO"
Expand line "N3" of N2 - "DEDUCOES DA RECEITA"
Expand line "N3" of N2 - "DESPESAS GERAIS"
Retract line "N2" (with sub-lines "N3" still expanded)
Expand line "N1"
Retract line "N2" - "SOCIOS" (with sub-lines "N3" still expanded)
Retract line "N2" - "CUSTOS VENDA" (with sub-lines "N3" still expanded)
Retract line "N1" (with sub-lines "N2" and "N3" still expanded)
Expand line "N3" (with lines "N1" and "N2" still retracted)
Retract line "N3"
Expand line "N1"
Expand line "N3" of N2 - "FRETE"
Expand line "N3" of N1 - "CUSTOS VENDA" (with sub-lines "N2" still retracted)
Expand line "N3" of N1 - "SOCIOS" (with sub-lines "N2" still retracted)
Retract line "N1" (with sub-lines "N2" and "N3" still expanded)
Expand line "N3" (with lines "N1" and "N2" still retracted)
Please, verify the value of the line N3 - "PAPEL OFF SET" = ($9,069.50) - That's incorrect. It still should be ($27,184.00)"
PivotGrid has the Include Fields option. When a child field is removed from the pop-up treeview, it is not possible to add it anew since the checkbox is not preserving its state.
Open the dojo:
https://dojo.telerik.com/@sspasova/oBAloXAp
And follow these steps:
Scenario 2:
1. Open the Demos - https://demos.telerik.com/kendo-ui/pivotgrid/remote-flat-data-binding
2. Click on on the 'Include Fields' option for the Countries. Uncheck some of the countries, for example 'Mexico' and 'UK'.
3. Click the OK button.
Current behavior: All countries are selected again and can not be unchecked.
Expected behavior: The filter should be persisted and previously unchecked countries should remain unchecked.