Unplanned
Last Updated: 19 Mar 2025 07:28 by ADMIN
Created by: Michael
Comments: 1
Category: PivotGrid
Type: Feature Request
0

jQuery version has MeasuresAxis allows to switch measures between 'columns' and 'rows', can you please provide the same feature on Angular version.

 

See kendo.data.PivotDataSourceMeasureOptions.axis for reference from jQuery version or https://docs.telerik.com/kendo-ui/api/javascript/data/pivotdatasource/configuration/measures#measuresaxis

Unplanned
Last Updated: 07 Feb 2025 08:37 by Paolo
Created by: Paolo
Comments: 0
Category: PivotGrid
Type: Feature Request
1

I want to get the configuration used by PivotGrid component with rows, columns, filters, etc. My target is get this configurations from component, store them in my database and after give them to pivotgrid when users reopen it. 

It would be great if there was a built-in feature for the PivotGrid that allows saving and restoring the component's state.

Unplanned
Last Updated: 03 May 2024 07:49 by Hui Chuan
With the addition to the compare function to the SortDescriptior, It would be a good enchantment if the PivotGrid also supports it.
Unplanned
Last Updated: 05 Jan 2024 08:09 by Oksana
Created by: Oksana
Comments: 0
Category: PivotGrid
Type: Feature Request
2

Hi,

Adding a cellClick event to the component would be a valuable enhancement for developers to utilize.
Unplanned
Last Updated: 08 Aug 2023 06:00 by Rayane
Created by: Rayane
Comments: 0
Category: PivotGrid
Type: Feature Request
1

Hi,

The inclusion of grouping support in the PivotGrid would be a valuable enhancement. This could potentially involve enabling drag-and-drop functionality for grouping, and it could also be integrated into the configurator for added convenience.

Unplanned
Last Updated: 14 Mar 2023 13:25 by ADMIN
Created by: Kendo UI
Comments: 0
Category: PivotGrid
Type: Feature Request
3

Hi,

It will be a nice addition to the PivotGrid toolkit to have a built-in PDF Export module.

Unplanned
Last Updated: 21 Oct 2022 07:15 by ADMIN
Created by: Kendo UI
Comments: 0
Category: PivotGrid
Type: Feature Request
1

Please provide a feature that will ensure displaying new expandable levels of dimensions only when the previous one is expanded similar to

https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/DrillDown/Angular/Light/

Currently when using the local binding directive, all configured axes are visible regardless of whether the previous level is expanded or not, and achieving the desired functionality requires non-trivial custom implementation, e.g.:

https://stackblitz.com/edit/angular-68zraa-wbx8yw?file=src%2Fapp%2Fapp.component.ts

 

Unplanned
Last Updated: 20 Oct 2022 07:22 by ADMIN
Created by: Daniel Mettler
Comments: 1
Category: PivotGrid
Type: Feature Request
1

Please provide more options to filter in PivotGrid, especially for dates and/or date-ranges.

PivotGrid v1.0.2 only supports 6 filter types (contains, doesnotcontain, endswith, eq, neq, startswith, all defined in @progress/kendo-pivotgrid-common/dist/es2015/requests/serializers/filters.js), but basic filters like greater than and less than are not yet supported.

When trying to filter by operator: "ge", it results in an uncaught error in filters.js: Cannot read properties of undefined (reading 'replace') at filters.js:55:19

Unplanned
Last Updated: 07 Jul 2022 07:53 by ADMIN
Created by: Chiranjeevi
Comments: 1
Category: PivotGrid
Type: Feature Request
7
How to export data as excel using pivot grid in angular.