This is a migrated thread and some comments may be shown as answers.

Problem filtering on desing

1 Answer 48 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Pablo
Top achievements
Rank 1
Pablo asked on 12 Jan 2017, 08:22 AM

I have a very annoying problem. When I apply a filter on design this filter does not work propertly:

<telerik:PivotGridReportFilterField DataField="PolReemNumID" Caption="NÂș Interno (Reemp. por)" FilterType="DoesNotInclude" FilterValues="0"></telerik:PivotGridReportFilterField>

 

In running the app the filter is applied and filtering but when I open the filter window and I change this filter it does not change the results.

I have seen that when I change the filter options running the app the filter collection (RadPivotGrid1.Filters) still has the previous filter.

 

For example:

I set the filter to DoesNotInclude and filter value 0 then running the app I set the filter to Include and filter value 0, the rows doesn't change and the filter collection shows as you can see in the QuickWatch result attached file the previous filter is not deleted so the new filter does not work.

 

Is there any way to solve this? Is there a method fired when the filter change to delete the previous filter?

 

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 16 Jan 2017, 01:15 PM
Hello Pablo,

This seems to be a bug with the FilterValues set in the markup and I am logging it for further investigation. Currently, the only thing that I can suggest is to remove the initial value from the PivotGridReportFilterField. You can follow the progress of the item at the following link:
Please excuse us for any inconvenience caused by this.


Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
PivotGrid
Asked by
Pablo
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or