Skip to main content

ASPxClientPivotGrid.ChangeFilterEnabled Method

Enables or disables the current filter displayed in the Filter Panel.

Declaration

ChangeFilterEnabled(): void

Remarks

Use the ChangeFilterEnabled method to toggle the state of the filter expression on the client side.

ASPxPivotGrid-Filtering-FilterPanel

If the filter expression is enabled, call the ChangeFilterEnabled method to temporarily disable it. Users can toggle the filter expression’s state in the check box displayed within the Filter Panel.

See Also