Enables or disables the current filter.
SetFilterEnabled(isFilterEnabled: boolean): void
Name | Type | Description |
---|---|---|
isFilterEnabled | boolean | true to enable the current filter; otherwise, false. |
Use the SetFilterEnabled method to temporarily disable and enable the current filter in code. End-users can do this by toggling the filter button as shown in the image below:
To disable/enable the current filter on the server, use the ASPxGridBase.FilterEnabled property.