ASPxClientGridView.SetFilterEnabled(isFilterEnabled) Method
In This Article
Enables or disables the current filter.
#Declaration
TypeScript
SetFilterEnabled(
isFilterEnabled: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
is |
boolean |
|
#Remarks
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.
See Also