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: 10 May 2023 14:18 by ADMIN
Created by: Kendo UI
Comments: 0
Category: PivotGrid
Type: Feature Request
4
Please provide a virtual scrolling feature for the PivotGrid to allow loading large data sets without any performance issues.
Unplanned
Last Updated: 14 Mar 2023 13:25 by ADMIN
Created by: Kendo UI
Comments: 0
Category: PivotGrid
Type: Feature Request
2

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
4
How to export data as excel using pivot grid in angular.