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

ASPxClientGridView.AutoFilterByColumn(column, val) Method

Applies a filter to the specified data column.

Declaration

AutoFilterByColumn(
    column: ASPxClientGridViewColumn | number | string,
    val: string
): void

Parameters

Name Type Description
column ASPxClientGridViewColumn | number | string
val string

A string value that specifies the filter expression.

Remarks

End-users can apply a filter via the Filter Row which is displayed if the ASPxGridViewSettings.ShowFilterRow property is set to true.

To learn more, see Filtering.

See Also