Hi
We want to customize disable the subtotal at table.
For example table :
P1 \p12: 100
P1 :100 -->disable subtotal
p2:100
James
Hi James,
Thank you for the additional details provided. As stated previously, the feature request is accepted, which means that we will monitor the community interest in it and based on the votes the issue gathers we will consider adding it for implementation in a future release.
Regards,
Neli
Progress Telerik
Hi Martin
We don't want to drill down level show the row and column non-subtotal or total. please find my sample attach file .
Thanks.
James
Hi, James,
If you mean that the ALL PRODUCTS button is being hidden when clicked, that can be avoided by improving the logic in the dataBound event. Here is a possible approach for reference.
Regards,
Martin
Progress Telerik
Hi Neli,
Your demo is not to same my sample. It cannot to hide subtotal and total. You can checked my screenshot.
Hello,
Thank you very much for providing additional details. I am changing the status of the issue to 'Unplanned' which means it is a valid feature request. We will keep monitoring the issue and the votes it receives from the community and based on the popularity the issue receives we will consider implementing such a built-in configuration option.
In the meantime what you could try is hiding the needed elements in the dataBound event of the PivotGirdV2 as demonstrated below:
dataBound: function(e) {
this. element.find(".k-pivotgrid-column-headers tr.k-pivotgrid-row th:last-child").hide();
this.element.find(".k-pivotgrid-values .k-pivotgrid-row td:last-child").hide();
this.element.find(".k-pivotgrid-values .k-pivotgrid-tbody tr:last-child").hide();
this.element.find(".k-pivotgrid-row-headers .k-pivotgrid-tbody tr:last-child").hide();
}
Here is a Dojo example where the approach above is demonstrated - https://dojo.telerik.com/@NeliKondova/ApoPIPon.
Regards,
Neli
Progress Telerik
Hi Neli,
This is very imported for hide or not show subtotal / total in pivot table. In V1 could not hide subtotal (row or column). We just want to Screenshot 2023-12-14 095939 sample. We want to can setting hide or not hide. So please help this issues.
Thanks.
James
Hi Neli,
This is very imported for hide or not show subtotal / total in pivot table. In V1 could not hide subtotal (row or column). We just want to
Hi James,
We have a similar feature request logged for the old Pivot Grid. Could you please take a look and let me know if the logged feature request describes also the behavior you need to achieve?
- https://feedback.telerik.com/kendo-jquery-ui/1359577-kendo-pivotgrid-make-all-row-column-hideable
In case it does not, could you please elaborate a little bit more on the desired result - do you need the subTotal to be entirely hidden, or not to be clickable?
Looking forward to your reply.
Regards,
Neli
Progress Telerik