Skip to main content
All docs
V25.1
  • ASPxClientPivotGrid.ChangeFilterEnabled Method

    In This Article

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

    #Declaration

    TypeScript
    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