Skip to main content
A newer version of this page is available.

ASPxClientPivotGrid.ChangePrefilterEnabled Method

Enables or disables the current filter applied by the Filter Editor (Prefilter).

Declaration

ChangePrefilterEnabled(): void

Remarks

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

ASPxPivotGrid_Filtering_PrefilterPanel

If the filter expression specified by the Filter Editor (Prefilter) is enabled, calling the ChangePrefilterEnabled method temporarily disables it. If the filter expression is disabled, the ChangePrefilterEnabled method enables it. End-users can toggle the filter expression’s state via the check box displayed within the Prefilter Panel.

See Also