We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Clearing Pivot Filters in Pivot Table

How to Clear Manual, Label and Value filters in pivot Table?
or 
How to Select all pivot Items for a pivotFiled in pivot Table?

2 Replies

SA Sivaneswaran Amsu Syncfusion Team May 2, 2019 04:54 PM UTC

Hi Mani, 
  
  
                      Query 
                          Answer 
How to Clear Manual, Label and Value filters in pivot Table? 
We are analyzing your query and we will update the further details on 3rd May 2019 
How to Select all pivot Items for a pivotFiled in pivot Table? 
We suggest to you use below code to select the all pivot items for a pivotField. 
  
Code snippet: 
IPivotField pivotField = pivotTable.Fields[1]; 
IPivotFieldItems items = pivotField.Items; 
  
  
  
  
  
Regards, 
Sivaneswaran . A


SA Sivaneswaran Amsu Syncfusion Team May 3, 2019 11:21 AM UTC

Hi Mani, 

Currently we don’t have support for clear Label and Value filters in pivot table. However, we have prepared the workaround sample to clear the filter in pivot table which can be downloaded from the following link. 


Kindly try this and let us know if this helpful for your requirement. 

Regards, 
Sivaneswaran . A

Loader.
Live Chat Icon For mobile
Up arrow icon