Unplanned
Last Updated: 11 Jan 2024 11:53 by ADMIN
james
Created on: 07 Sep 2023 08:37
Category: Kendo UI for jQuery
Type: Feature Request
1
PivotGrid V2 subtotal disabled from api setting

Hi  

We want to customize disable the subtotal at table.

For example table :

P1 \p12: 100

P1 :100 -->disable subtotal

p2:100

 

James

 

 

10 comments
ADMIN
Neli
Posted on: 11 Jan 2024 11:53

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

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
james
Posted on: 04 Jan 2024 23:51

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

 

Attached Files:
ADMIN
Martin
Posted on: 04 Jan 2024 15:07

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

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
james
Posted on: 29 Dec 2023 09:00
If you click hide dimension, that will hide your column. Please kindly find my screenshot.
james
Posted on: 29 Dec 2023 08:50

Hi Neli,

Your demo is not to same my sample. It cannot to hide subtotal and total. You can checked my screenshot. 

 

ADMIN
Neli
Posted on: 20 Dec 2023 12:11

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

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
james
Posted on: 14 Dec 2023 06:58
Add other product sample.  This product can be setting hide/show subtotal and total by self. 
james
Posted on: 14 Dec 2023 02:03

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

james
Posted on: 14 Dec 2023 02:00

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 

ADMIN
Neli
Posted on: 14 Sep 2023 08:00

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

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources