Filterable: true is not available in angular version of Kendo UI Pivot Grid

1 Answer 97 Views
PivotGrid
Krishnamoorthi
Top achievements
Rank 1
Krishnamoorthi asked on 10 Feb 2023, 07:59 AM

Hello,

                  I'm trying to add filters to the pivot grid as below. Please help me to implement filter option as below by using Kendo UI Angular.

This is the code I'm using for pivot grid and don't know where to add the property to enable the filter.

    <kendo-pivotgrid [kendoPivotLocalBinding]="timingTableData" [dimensions]="dimensions" [measures]="measures"
      [rowAxes]="rows" [columnAxes]="columns" [measureAxes]="defaultMeasureAxes">
    </kendo-pivotgrid>

1 Answer, 1 is accepted

Sort by
1
Accepted
Dimiter Topalov
Telerik team
answered on 14 Feb 2023, 09:44 AM

Hi Krishnamoorthi,

The layout observed in the screenshot seems to be displaying the old version of the Kendo UI for jQuery PivotGrid:

https://demos.telerik.com/kendo-ui/pivotgrid/local-flat-data-binding

The PivotGrid went through a major redesign aiming for simplicity, and across all suites (Kendo UI for React, Angular), the component follows the new design, also available in the jQuery suite as PivotGrid v.2:

https://demos.telerik.com/kendo-ui/pivotgridv2/local-flat-data-binding

In this version, all data operations like filtering and sorting, are applied through the dedicated Configurator component, as demonstrated in the following documentation section:

https://www.telerik.com/kendo-angular-ui/components/pivotgrid/configurator/

There is a bug, related to the popup positioning that we are aware of and working on.

I hope this helps.

Regards,
Dimiter Topalov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Krishnamoorthi
Top achievements
Rank 1
commented on 14 Feb 2023, 12:41 PM

Thanks for the response
Tags
PivotGrid
Asked by
Krishnamoorthi
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or