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

Filter Row

The Filter Row allows an end-user to filter data by typing text directly into the row. A filter condition can be applied automatically based on the value entered (if the ASPxGridViewBehaviorSettings.FilterRowMode property is set to Auto), or on the Apply button click (if the ASPxGridViewBehaviorSettings.FilterRowMode property is set to OnClick). The filter condition can be selected from the context menu, which is invoked by clicking a filter row button.

veAutoFilterRow

The table below lists the main members that affect element appearance and functionality.

Characteristics Members
Visibility ASPxGridViewSettings.ShowFilterRow, ASPxGridViewSettings.ShowFilterRowMenu
Style GridViewStyles.FilterRow, GridViewStyles.FilterCell, GridViewDataColumn.FilterCellStyle, GridViewStyles.FilterRowMenu, GridViewStyles.FilterRowMenuItem
Like Item Visibility ASPxGridViewSettings.ShowFilterRowMenuLikeItem, GridViewDataColumnSettings.ShowFilterRowMenuLikeItem
Mode ASPxGridViewBehaviorSettings.FilterRowMode
Template GridViewTemplates.FilterRow, GridViewTemplates.FilterCell, GridViewColumn.FilterTemplate
See Also